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


                                                         
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