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