summaryrefslogtreecommitdiff
path: root/test/files/run/t5699.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5699.check')
-rwxr-xr-xtest/files/run/t5699.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t5699.check b/test/files/run/t5699.check
new file mode 100755
index 0000000000..df19644ae6
--- /dev/null
+++ b/test/files/run/t5699.check
@@ -0,0 +1,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
+ }
+}
+