summaryrefslogtreecommitdiff
path: root/test/files/run/applydynamic_sip.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| | | | | | | | | | | | | This commit corrects many typos found in scaladocs, comments and documentation. It should reduce a bit number of PRs which fix one typo. There are no changes in the 'real' code except one corrected name of a JUnit test method and some error messages in exceptions. In the case of typos in other method or field names etc., I just skipped them. Obviously this commit doesn't fix all existing typos. I just generated in IntelliJ the list of potential typos and looked through it quickly.
* Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-171-1/+9
| | | | | | | - 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.
* rule out sequence arg to applyDynamicAdriaan Moors2012-04-131-2/+2
|
* implement SIP Type DynamicAdriaan Moors2012-04-131-0/+58