summaryrefslogtreecommitdiff
path: root/test/files/neg/t5334_2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5334_2.check')
-rw-r--r--test/files/neg/t5334_2.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t5334_2.check b/test/files/neg/t5334_2.check
new file mode 100644
index 0000000000..a62bfff7a5
--- /dev/null
+++ b/test/files/neg/t5334_2.check
@@ -0,0 +1,4 @@
+t5334_2.scala:4: error: implementation restriction: cannot reify block of type List[(C, C)] that involves a type declared inside the block being reified. consider casting the return value to a suitable type
+ reify {
+ ^
+one error found