summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-implicit-params.check
blob: 6416ed0a091ad04d00431089bbb45a854e4c0b4b (plain) (blame)
1
2
3
4
Impls_Macros_1.scala:5: error: macro implementations cannot have implicit parameters other than TypeTag evidences
  def foo_targs[T, U: c.TypeTag](c: Ctx)(implicit x: c.Expr[Int]) = {
                                                  ^
one error found