summaryrefslogtreecommitdiff
path: root/test/files/neg/t6231.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6231.check')
-rw-r--r--test/files/neg/t6231.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t6231.check b/test/files/neg/t6231.check
new file mode 100644
index 0000000000..b27961d393
--- /dev/null
+++ b/test/files/neg/t6231.check
@@ -0,0 +1,6 @@
+t6231.scala:4: error: Implementation restriction: local trait Bug$X$1 is unable to automatically capture the
+free variable value ev$1 on behalf of anonymous class anonfun$qux$1. You can manually assign it to a val inside the trait,
+and refer that that val in anonymous class anonfun$qux$1. For more details, see SI-6231.
+ def qux = { () => ev }
+ ^
+one error found