We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5ece9 commit 6ccca5eCopy full SHA for 6ccca5e
tests/neg/i3901.scala
@@ -1,4 +1,4 @@
1
object Crash {
2
- def f(cond: => Boolean): cond.type = ???
+ def f(cond: => Boolean): cond.type = ??? // error: cond is not stable
3
f(true)
4
}
0 commit comments