summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-class.check
blob: 8fd04f13030b869c26016325c8882185e64f6bab (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