summaryrefslogtreecommitdiff
path: root/test/files/run/t7777.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7777 applyDynamic macro fails for nested applicationEugene Burmako2013-12-271-0/+7
Interplay between the insertApply desugaring and the invokeDynamic desugarings is already quite brittle, but the real fun begins when macros crash the party. The proposed patch enriches the `isDesugaredApply` check performed in `mkInvoke`, the invokeDynamic desugarer, and makes sure that everything is safe and sound in the macroland.