summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidimpl-g.check
blob: 9c01f01dc876b4214b67ec8d4ab028341a067c1b (plain) (blame)
1
2
3
4
5
6
7
Macros_Test_2.scala:2: error: macro implementation has wrong shape:
 required: (c: scala.reflect.makro.Context): c.Expr[Unit]
 found   : (c: scala.reflect.makro.Context)(): c.Expr[Unit]
number of parameter sections differ
  def foo1 = macro Impls.fooEmpty
                         ^
one error found