summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903e.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5903e.check')
-rw-r--r--test/files/neg/t5903e.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t5903e.check b/test/files/neg/t5903e.check
new file mode 100644
index 0000000000..3bdeb091a0
--- /dev/null
+++ b/test/files/neg/t5903e.check
@@ -0,0 +1,4 @@
+Test_2.scala:4: error: value class may not be a member of another class
+ case t"$x" => println(x)
+ ^
+one error found