summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-bundle-trait.check
blob: bf906a531084ed884793646a47de7bbb96b1838f (plain) (tree)
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