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