summaryrefslogblamecommitdiff
path: root/test/files/jvm/t0014.scala
blob: a1948702dc0f376d9c2b5bc940d79e13e6e87845 (plain) (tree)
1
2
3
4
5




                                                    
object Test {
  def main(args: Array[String]) {
    println(classOf[test.NestedAnnotations].getName)
  }
}