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 be3530d commit 71a9b4eCopy full SHA for 71a9b4e
tests/neg/i3702.scala
@@ -2,7 +2,7 @@ object test {
2
class annot extends scala.annotation.Annotation
3
def foo = {
4
def bar(i: Int): Int = i
5
- @annot class Silly {}
+ @annot class Silly {} // error: not found
6
bar(5)
7
}
8
0 commit comments