summaryrefslogtreecommitdiff
path: root/test/files/run/macroPlugins-macroRuntime.check
Commit message (Collapse)AuthorAgeFilesLines
* unprivates important helpers in Namers.scalaEugene Burmako2013-12-301-0/+2
This is the first of two commits that enable hooks necessary to implement macro annotations in an honest, hackless compiler plugin. This particular commit turns certain helpers into public methods. Of course, there is a probability that with the evolution of macro paradise, I will need more helper methods, and those will have to be called via reflection, but at least for now it's nice to have a reflection-less plugin :)