aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/nestedLambdas.scala
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use new PolyType syntax.Martin Odersky2016-10-121-2/+2
|
* Take curried type lambdas into accountMartin Odersky2016-07-221-0/+12
| | | | | Adapt operations TypeApplications and TypeComparer to account for the possibilities of curried type lambdas.
* Fix parameterized typedefs with lambdas as rhsMartin Odersky2016-07-221-0/+9
Previously the compiler crashed when faced with a parameterized typedef that has a lambda as rhs. We fix this by refining the condition when not to abstract in typeDefsig.