summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-invalidimpl-g.check
blob: c063803723f03bd12efd9a3ed07590738c6b1dad (plain) (tree)
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 foo1 = macro Impls.fooEmpty
                         ^
one error found