summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-presuper/Impls_1.scala
blob: b39a037c4751f0554bb1227d21fef5fd0839dfc1 (plain) (blame)
1
2
3
4
5
import scala.reflect.macros.Context

object Impls {
  def impl(c: Context) = c.literalUnit
}