summaryrefslogtreecommitdiff
path: root/test/files/pos/t8546.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8546 Pattern matcher analysis foiled by over-wideningJason Zaugg2014-05-071-0/+49
In the enclosed test, the prefix checkable type `ModuleTypeRef(F2.this, C)` was being inadvertently widened to `ModuleTypeRef(F2[?], C)`. This started after some misguided future-proofing in SI-6771 / 3009916. This commit changes the `dealiasWiden` to a `delias`.