summaryrefslogtreecommitdiff
path: root/test/files/pos/t8844.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8844 Fix regression with existentials + type aliasesJason Zaugg2014-09-131-0/+4
Regressed in 2a1b15e / SI-8283. Another specimen of an archetypal bug: unwanted dealising by using `typeSymbol`, rather than `typeSymbolDirect`.