summaryrefslogtreecommitdiff
path: root/test/files/neg/t6040.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6040.check')
-rw-r--r--test/files/neg/t6040.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t6040.check b/test/files/neg/t6040.check
new file mode 100644
index 0000000000..f44a81c471
--- /dev/null
+++ b/test/files/neg/t6040.check
@@ -0,0 +1,7 @@
+error: extension of type scala.Dynamic needs to be enabled
+by making the implicit value language.dynamics visible.
+This can be achieved by adding the import clause 'import language.dynamics'
+or by setting the compiler option -language:dynamics.
+See the Scala docs for value scala.language.dynamics for a discussion
+why the feature needs to be explicitly enabled.
+one error found