summaryrefslogtreecommitdiff
path: root/test/files/run/t9944.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9944.check')
-rwxr-xr-xtest/files/run/t9944.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/t9944.check b/test/files/run/t9944.check
new file mode 100755
index 0000000000..c2b0adf311
--- /dev/null
+++ b/test/files/run/t9944.check
@@ -0,0 +1,12 @@
+[[syntax trees at end of parser]] // newSource1.scala
+package <empty> {
+ class C extends scala.AnyRef {
+ def <init>() = {
+ super.<init>();
+ ()
+ };
+ def g = 42;
+ def f = StringContext("123\r\n", "\r\n123\r\n").s(g)
+ }
+}
+