summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-nontypeablebody/Impls_1.scala
blob: 7b1620d117c2e34378d9b32482d6af90dc5cb650 (plain) (blame)
1
2
3
4
5
import scala.reflect.makro.{Context => Ctx}

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