summaryrefslogtreecommitdiff
path: root/test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check
blob: 25df9a6a4a63844af723e0ffcd8896e8071f12f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
macro-deprecate-dont-touch-backquotedidents.scala:37: error: in future versions of Scala "macro" will be a keyword. consider using a different name.
package `macro` {
        ^
macro-deprecate-dont-touch-backquotedidents.scala:38: error: in future versions of Scala "macro" will be a keyword. consider using a different name.
  package `macro`.bar {
          ^
macro-deprecate-dont-touch-backquotedidents.scala:43: error: in future versions of Scala "macro" will be a keyword. consider using a different name.
  package `macro`.foo {
          ^
three errors found