summaryrefslogtreecommitdiff
path: root/test/files/run/t5256a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5256a.check')
-rw-r--r--test/files/run/t5256a.check10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/files/run/t5256a.check b/test/files/run/t5256a.check
index 518663b3da..7e60139db3 100644
--- a/test/files/run/t5256a.check
+++ b/test/files/run/t5256a.check
@@ -1,6 +1,6 @@
-class A
-A
+class A
+A
Object {
- def <init>: <?>
- def foo: <?>
-}
+ def <init>(): A
+ def foo: Nothing
+}