summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-mixbox.check
blob: 4f8cedceceb2f4690469a8808aa6ebae097cb686 (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