summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-basic-mamdmi.check
blob: 9328fbd51ceeef5bb5c9fa06b67cfc448587d1b1 (plain) (tree)
1
2
3
4
5
                                                                         
                                                                                                                            
                                                        
                                                     
               
Impls_Macros_Test_1.scala:36: error: macro implementation not found: quux
(the most common reason for that is that you cannot use macro implementations in the same compilation run that defines them)
  println(foo(2) + Macros.bar(2) * new Macros().quux(4))
                                                    ^
one error found