Skip to content

Commit a0a45b6

Browse files
committed
Fix test error annotation
1 parent 2711b4c commit a0a45b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i3901.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
object Crash {
2-
def f(cond: => Boolean): cond.type = ???
2+
def f(cond: => Boolean): cond.type = ??? // error: cond is not stable
33
f(true)
44
}

0 commit comments

Comments
 (0)