summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-bundle-object.check
blob: e148e8696970ec31e56e1c1c049b4184b177a51a (plain) (tree)
1
2
3
4
5
6
7
8


                                                                          




                                   
macro-bundle-object.scala:10: error: macro implementation has wrong shape:
 required: (c: scala.reflect.macros.BlackboxContext): c.Expr[Any]
 or      : (c: scala.reflect.macros.BlackboxContext): c.Tree
 found   : : Nothing
number of parameter sections differ
  def foo = macro Bundle.impl
      ^
one error found