summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-object.check
blob: 293f40a17866d838be40ad6e9930a35e6dfa0976 (plain) (blame)
1
2
3
4
5
6
7
8
macro-bundle-object.scala:10: error: macro implementation has incompatible 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