summaryrefslogtreecommitdiff
path: root/test/files/run/t5699.check
blob: 8d19ecd321c51a69d948e3d95e25b37d19d55f90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[[syntax trees at end of                    parser]] // annodef.java
package <empty> {
  object MyAnnotation extends  {
    def <init>()
  };
  class MyAnnotation extends scala.annotation.Annotation with _root_.java.lang.annotation.Annotation with scala.annotation.ClassfileAnnotation {
    def <init>();
    def value(): String
  }
}