summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-ctx-noctx.check
blob: b7dc9a449ba0dff9f503f22113a292fb9d11c68e (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)(x: c.Expr[Any]): c.Expr[Any]
 found   : (c: scala.reflect.macros.Context): Nothing
number of parameter sections differ
  def foo(x: Any) = macro Impls.foo
                                ^
one error found