summaryrefslogtreecommitdiff
path: root/test/files/run/t5256e.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5256e.check')
-rw-r--r--test/files/run/t5256e.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t5256e.check b/test/files/run/t5256e.check
index 6c6de90acc..011115720c 100644
--- a/test/files/run/t5256e.check
+++ b/test/files/run/t5256e.check
@@ -1,6 +1,6 @@
class A
Test.C.A
Object {
- def <init>: <?>
- def foo: <?>
+ def <init>(): C.this.A
+ def foo: Nothing
}