summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-basic-mamdmi.check
blob: 621d318ceb7364663bd1e72c9a0f6ed9b865dd4a (plain) (tree)
1
2
3
4
5

                                                                                                                            


                                                        
Impls_Macros_Test_1.scala:36: error: macro implementation not found: foo
(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