summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-basic-mamdmi.check
blob: c7b58d70d2cf00830ed9b88a05cc21bac4625f14 (plain) (blame)
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