summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1909b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1909b.check')
-rw-r--r--test/files/neg/bug1909b.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/bug1909b.check b/test/files/neg/bug1909b.check
new file mode 100644
index 0000000000..d55c5e403b
--- /dev/null
+++ b/test/files/neg/bug1909b.check
@@ -0,0 +1,4 @@
+bug1909b.scala:3: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting.
+ def bar() = 5
+ ^
+one error found