summaryrefslogblamecommitdiff
path: root/test/pending/run/macro-quasiinvalidbody-a/Impls_1.scala
blob: daedde40218ab0e5182018afeb838b4b57006793 (plain) (tree)
1
2
3
4
5
                                            



                                      
import scala.reflect.macros.{Context => Ctx}

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