summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-bundle-trait.check
blob: d7363fc3611cb1afff4cbe8ccb86e436b584d37f (plain) (tree)
1
2
3
4
                                                                                                                                                                                 
                             
                   
               
macro-bundle-trait.scala:10: error: macro bundles must be monomorphic traits extending either blackbox.Macro or whitebox.Macro and not implementing their `val c: Context` member
  def foo = macro Bundle.impl
                  ^
one error found