summaryrefslogtreecommitdiff
path: root/test/files/neg/t7259.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t7259.check')
-rw-r--r--test/files/neg/t7259.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t7259.check b/test/files/neg/t7259.check
new file mode 100644
index 0000000000..0ad627fc3b
--- /dev/null
+++ b/test/files/neg/t7259.check
@@ -0,0 +1,7 @@
+t7259.scala:1: error: not found: type xxxxx
+@xxxxx // error: not found: type xxxx
+ ^
+t7259.scala:8: error: type xxxxx is not a member of package annotation
+@annotation.xxxxx // error: not found: type scala
+ ^
+two errors found