summaryrefslogtreecommitdiff
path: root/test/files/run/t5699.check
blob: df19644ae618e714fdf42334c5dcdb3eae2c7215 (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
  }
}