summaryrefslogtreecommitdiff
path: root/test/files/neg/t6123-explaintypes-macros/Macros.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7695 Macro debug output on -explaintypesSom Snytt2013-07-271-0/+10
It looks like checkConforms should wait for error before using explainTypes, rather than turning on macro debug trace if explaintypes is set. In particular, macro debug output is Console.println instead of reporter.echo or similar, so partest can't test it.