aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2152.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2152: Instantiate dependent result type parametersMartin Odersky2017-04-111-0/+7
#2152 shows that dependent result type parameters can end up in the types of terms, so we have to eliminate them. If we don't we get orphan parameters in pickling. Fix method name and comment