summaryrefslogtreecommitdiff
path: root/test/files/neg/t5753.check
blob: 76602de17d2515dd92c90c79a75475f561a62fc2 (plain) (blame)
1
2
3
4
Test_2.scala:9: 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(42))
            ^
one error found