aboutsummaryrefslogblamecommitdiff
path: root/tests/pos-java-interop/1576/Test.scala
blob: ea3d06a8300561e5a40bf6f340c1f852f6c099cd (plain) (tree)
1
2
3
4
5




                                                                                       
object Test {
  val v: TagAnnotation = null
  println(v.value) // error: value value in class TagAnnotation cannot be accessed as a
                   // member of TagAnnotation(Test.v) from module class Test$.
}