aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1236a.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to lambda abstractionMartin Odersky2014-06-191-0/+15
1) Honor variance of Apply and $hkArgs when instantiating them 2) Eta-lifting a higher-kinded type is straight eta expansion, no arguments are applied.