summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-basic-mamdmi.check
blob: 54743d4936da026ebdcccdb91cae50aa7be4fa18 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                                                                            
                                                                         
                                                                                                                            
                                                        
                                                     
                  
Impls_Macros_Test_1.scala:33: 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))
             ^
Impls_Macros_Test_1.scala:33: error: macro implementation not found: bar
(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))
                             ^
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))
                                                    ^
three errors found