aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2712-6.scala
Commit message (Collapse)AuthorAgeFilesLines
* Avoid dealiasing on type applicationMartin Odersky2016-07-121-0/+12
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.