summaryrefslogtreecommitdiff
path: root/test/pending/run/macro-quasiinvalidbody-a/Impls_1.scala
blob: 0da37cd5c0474a38cfe5d53842b6b4784702e68f (plain) (blame)
1
2
3
4
5
import scala.reflect.makro.{Context => Ctx}

trait Impls {
  def impl(c: Ctx)(x: c.Expr[Any]) = x
}