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