aboutsummaryrefslogtreecommitdiff
path: root/tests/run/llift.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix call propagation from constructor to classMartin Odersky2016-03-021-0/+16
|
* LambdaLift redesignMartin Odersky2016-03-021-3/+43
| | | | | | | Simplifications in order to avoid the freqent special casing of constructors and prepare the way for proper handling of trait constructors (which cause problems; see pending/pos/llift.scala.
* Handle local traits in lambda liftMartin Odersky2016-03-011-0/+100