aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2218.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add fullyDefinedType for class parent typesMartin Odersky2017-04-111-0/+9
If we do not do that, any type variables in the parent type get interpolated later, when the whole primary constructor is typed. But by then we miss the context of what their variance was.