summaryrefslogtreecommitdiff
path: root/test/files/run/applydynamic_sip.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-171-0/+7
| | | | | | | - 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.
* implement SIP Type DynamicAdriaan Moors2012-04-131-0/+22