summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-deprecate-dont-touch-backquotedidents.check
blob: c97be5d9f68738f2e7b4e823d3991e6e60560907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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