summaryrefslogtreecommitdiff
path: root/test/files/run/macro-expand-unapply-b
Commit message (Collapse)AuthorAgeFilesLines
* SI-5903 extractor macros do workEugene Burmako2013-01-092-0/+45
Apparently it is already possible to use macros to customize pattern matching as described in the comments to the aforementioned JIRA issue. What's even better - with the incoming addition of c.introduceTopLevel it becomes possible to generate arbitrarily complex unappliers, even with heterogeneous types of arguments varying from expansion to expansion