summaryrefslogtreecommitdiff
path: root/test/files/pos/t6846.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6846, regression in type constructor inference.Paul Phillips2012-12-281-0/+28
In 658ba1b4e6 some inference was gained and some was lost. In this commit we regain what was lost and gain even more. Dealiasing and widening should be fully handled now, as illustrated by the test case.