summaryrefslogtreecommitdiff
path: root/test/files/run/t5699.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5699.check')
-rw-r--r--test/files/run/t5699.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5699.check b/test/files/run/t5699.check
index df19644ae6..8d19ecd321 100644
--- a/test/files/run/t5699.check
+++ b/test/files/run/t5699.check
@@ -1,10 +1,10 @@
[[syntax trees at end of parser]] // annodef.java
package <empty> {
object MyAnnotation extends {
- def <init>() = _
+ def <init>()
};
class MyAnnotation extends scala.annotation.Annotation with _root_.java.lang.annotation.Annotation with scala.annotation.ClassfileAnnotation {
- def <init>() = _;
+ def <init>();
def value(): String
}
}