summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-invalidimpl-e/Impls_1.scala
blob: fd40119c31087443f05e04dd63b81aa54568f48d (plain) (tree)
1
2
3
4
5
6
                                            




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

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