summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidimpl-g.check
blob: 7342f7336fa493be54ed521ab1447c9c11be8171 (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[Unit]
 found   : (c: scala.reflect.macros.Context)(): c.Expr[Unit]
number of parameter sections differ
  def foo1 = macro Impls.fooEmpty
                         ^
one error found