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