summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-deprecate-dont-touch-backquotedidents.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-deprecate-dont-touch-backquotedidents.check')
-rw-r--r--test/files/neg/macro-deprecate-dont-touch-backquotedidents.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/files/neg/macro-deprecate-dont-touch-backquotedidents.check b/test/files/neg/macro-deprecate-dont-touch-backquotedidents.check
new file mode 100644
index 0000000000..c97be5d9f6
--- /dev/null
+++ b/test/files/neg/macro-deprecate-dont-touch-backquotedidents.check
@@ -0,0 +1,14 @@
+Macros_Package_10.scala:1: warning: in future versions of Scala "macro" will be a keyword. consider using a different name.
+package `macro`
+ ^
+Macros_Package_10.scala:3: warning: in future versions of Scala "macro" will be a keyword. consider using a different name.
+package `macro`.bar
+ ^
+Macros_Package_11.scala:3: warning: in future versions of Scala "macro" will be a keyword. consider using a different name.
+package `macro`.foo
+ ^
+Main.scala:2: error: Unmatched closing brace '}' ignored here
+}
+^
+three warnings found
+one error found