summaryrefslogtreecommitdiff
path: root/test/files/pos/strip-tvars-for-lubbasetypes.scala
Commit message (Collapse)AuthorAgeFilesLines
* Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-121-0/+25
This led to the inference of weird types as list of lub base types was empty. This change fixes case x3 in the test case.