summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-deprecate-dont-touch-backquotedidents/Macros_Type_3.scala
blob: 7a2196c9cd4ddd9e8fac1cdc592d779fbfb1f194 (plain) (blame)
1
2
3
object Test3 {
  type `macro` = Int
}