summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidusage-badargs/Impls_1.scala
blob: 678cb53929da23fbd768fb62b28d81569ec89c4b (plain) (blame)
1
2
3
4
5
import scala.reflect.macros.{BlackboxContext => Ctx}

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