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