aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/macro-basic-mamdmi.check
blob: 61df5131ccb2af27152c23229a9f52b9161ba620 (plain) (tree)
1
2
3
4
5




                                                                                                                            
Impls_Macros_Test_1.scala:33: 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