summaryrefslogtreecommitdiff
path: root/test/files/pos/t7668.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7668 Better return type inheritance for dep. method typesJason Zaugg2013-07-161-0/+12
Return type inheritance already handles substitution of type parameters of the overriding method for those of the overriding. This commit extends this to do the same for parameter symbols.