summaryrefslogtreecommitdiff
path: root/test/files/run/t5256f.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5256f.check')
-rw-r--r--test/files/run/t5256f.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/run/t5256f.check b/test/files/run/t5256f.check
index c840793fd5..e0fec85596 100644
--- a/test/files/run/t5256f.check
+++ b/test/files/run/t5256f.check
@@ -1,12 +1,12 @@
class A1
Test.A1
Object {
- def <init>: <?>
- def foo: <?>
+ def <init>(): Test.A1
+ def foo: Nothing
}
class A2
Test.A2
Object {
- def <init>: <?>
- def foo: <?>
+ def <init>(): Test.this.A2
+ def foo: Nothing
}