summaryrefslogtreecommitdiff
path: root/test/files/run/t6353.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-171-0/+1
- Accept sugared applications such as x(1) if x implements Dynamic, so x(1) gets re-written to x.apply(1). - When picking a dynamic rewrite for x.apply(1), favor applyDynamic instead of the default selectDynamic.