summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-ctx-badargc.check
blob: 7e8bcbaf74f762ac003b3ba400e58e66a97e6a64 (plain) (blame)
1
2
3
4
5
6
7
Macros_Test_2.scala:2: error: macro implementation has incompatible 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