aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i94-nada.scala
Commit message (Collapse)AuthorAgeFilesLines
* Avoid dealiasing on type applicationMartin Odersky2016-07-121-1/+1
| | | | | | | | | When applying a type alias of a type lambda, keep the original application instead of reducing. But reduce anyway if - the reduced type is an application where the type constructor has the same kind as the original type constructor, or - some of the arguments are wildcards.
* Fix SI-2712Martin Odersky2016-07-111-2/+2
| | | | | Allows partially instantiated types as type constrictors when inferring higher-kinded types.
* Added test case for LMS inspired HK code.Martin Odersky2014-06-261-0/+43
Closes #94.