summaryrefslogblamecommitdiff
path: root/test/files/run/macro-def-infer-return-type-c/Impls_1.scala
blob: 78db67eebfb69a9b4c338595767987e116c656c9 (plain) (tree)
1
2
3
4
5
                                            



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

object Impls {
  def foo[T](c: Ctx)(x: c.Expr[T]): c.Expr[T] = x
}