summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-trait.check
blob: 3cb7985013513ee241b8df1bee4c1232b4616b00 (plain) (blame)
1
2
3
4
macro-bundle-trait.scala:11: 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