summaryrefslogtreecommitdiff
path: root/test/files/neg/reify_ann2b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/reify_ann2b.check')
-rw-r--r--test/files/neg/reify_ann2b.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/reify_ann2b.check b/test/files/neg/reify_ann2b.check
new file mode 100644
index 0000000000..ceb70689f1
--- /dev/null
+++ b/test/files/neg/reify_ann2b.check
@@ -0,0 +1,7 @@
+reify_ann2b.scala:10: error: inner classes cannot be classfile annotations
+ class ann(bar: String) extends ClassfileAnnotation
+ ^
+reify_ann2b.scala:9: error: exception during macro expansion: implementation restriction: cannot reify annotation @ann(bar = "1a") which involves a symbol declared inside the block being reified
+ val tree = scala.reflect.Code.lift{
+ ^
+two errors found