summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-ctx-badargc.check
blob: 1c14072a946687d237bb2966c97ebbd9b4d040b5 (plain) (blame)
1
2
3
4
5
6
7
Macros_Test_2.scala:2: error: macro implementation has wrong shape:
 required: (c: scala.reflect.macros.Context): c.Expr[Any]
 found   : : Nothing
number of parameter sections differ
  def foo = macro Impls.foo
                        ^
one error found