summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-object.check
blob: 8c19271b516743f92c8d29cd11dee4995c227d2c (plain) (blame)
1
2
3
4
5
6
7
8
macro-bundle-object.scala:11: error: macro implementation has wrong shape:
 required: (c: scala.reflect.macros.Context): c.Expr[Any]
 or      : (c: scala.reflect.macros.Context): c.Tree
 found   : : Nothing
number of parameter sections differ
  def foo = macro Bundle.impl
      ^
one error found