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.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/bug1909b.check b/test/files/neg/bug1909b.check
index d55c5e403b..e5de5fefe9 100644
--- a/test/files/neg/bug1909b.check
+++ b/test/files/neg/bug1909b.check
@@ -1,4 +1,4 @@
-bug1909b.scala:3: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting.
- def bar() = 5
- ^
+bug1909b.scala:4: error: this can be used only in a class, object, or template
+ def bar() = this.z + 5
+ ^
one error found