summaryrefslogtreecommitdiff
path: root/test/files/macros
Commit message (Collapse)AuthorAgeFilesLines
* Progress with macrosEugene Burmako2012-01-204-0/+117
A short recap: * Macro expansion now works finely for instance macro invocations * Macros are now hidden behind -Xmacros * Bodies of macros now have "import _context._" in their preamble * Macros are now loaded from classpath, much like regular libraries * Macros can now override methods (in that case macro expansion does not crash if macro is not found, it just falls back to super) Review by @odersky.