summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-mixbox.check
blob: c3136d93692d7295b7cfe6731c99a98f7e1f01d7 (plain) (blame)
1
2
3
4
macro-bundle-mixbox.scala:9: error: macro bundles must be monomorphic traits extending either BlackboxMacro or WhiteboxMacro and not implementing their `val c: BlackboxContext/WhiteboxContext` member
  def foo = macro Bundle.impl
                  ^
one error found