Skip to content

Commit 4fb5b17

Browse files
committed
Fix neg test
1 parent db5956b commit 4fb5b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i9330.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
val x = {
2-
() == ""
2+
() == "" // error
33
implicit def foo[A: A] // error // error // error
44
}

0 commit comments

Comments
 (0)