aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/extmethods.scala
Commit message (Collapse)AuthorAgeFilesLines
* FullParameterization: fix rewiring of ReturnsGuillaume Martres2015-03-021-0/+1
| | | | | The `from` field of a Return tree should either be EmptyTree or an Ident corresponding to the method we're returning from.
* Fix tests/pos/{i143,extmethods}.scala: value classes must have exactly one ↵Guillaume Martres2015-02-151-1/+1
| | | | val param
* Handle selftypes in FullParameterizationMartin Odersky2014-07-171-0/+6
Adapt the transformation so that self types are handled correctly.