summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-noncompilertree/Macros_1.scala
blob: eb1253e5e9db5f17cf0068a6817c12d213bf5b90 (plain) (blame)
1
2
3
object Macros {
  def macro foo = scala.reflect.mirror.Literal(scala.reflect.mirror.Constant(2))
}