Skip to content

Commit 71a9b4e

Browse files
committed
Fix test
1 parent be3530d commit 71a9b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i3702.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object test {
22
class annot extends scala.annotation.Annotation
33
def foo = {
44
def bar(i: Int): Int = i
5-
@annot class Silly {}
5+
@annot class Silly {} // error: not found
66
bar(5)
77
}
88
}

0 commit comments

Comments
 (0)