Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Dec 29, 2017
1 parent be3530d commit 71a9b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/neg/i3702.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object test {
class annot extends scala.annotation.Annotation
def foo = {
def bar(i: Int): Int = i
@annot class Silly {}
@annot class Silly {} // error: not found
bar(5)
}
}

0 comments on commit 71a9b4e

Please sign in to comment.