summaryrefslogtreecommitdiff
path: root/test/files/run/t5239.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5239.check')
-rw-r--r--test/files/run/t5239.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/t5239.check b/test/files/run/t5239.check
new file mode 100644
index 0000000000..db5778f95b
--- /dev/null
+++ b/test/files/run/t5239.check
@@ -0,0 +1,13 @@
+result = 2{Int(2)}
+[[syntax trees at end of typer]]// Scala source: NoSourceFile
+package <empty> {
+ final object __wrapper$1 extends Object {
+ def this(): object __wrapper$1 = {
+ __wrapper$1.super.this();
+ ()
+ };
+ <static> def wrapper(): Int = 2
+ }
+}
+
+evaluated = 2