summaryrefslogblamecommitdiff
path: root/test/files/neg/t6558.scala
blob: 92c788f21ecc5f49385ef238f299c6e9c19caaaf (plain) (tree)
1
2
3
4
5
6
7
8
9








                      
class AnnotNotFound {
  def foo(a: Any) = ()

  foo {
    @sth
    def foo = 0
    foo
  }
}