summaryrefslogtreecommitdiff
path: root/test/files/run/t7436.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7436 Varargs awareness for super param aliasing.Jason Zaugg2013-05-211-0/+9
Don't consider a super class parameter accessor to be an alias if it is a repeated. Parameter aliases are used to avoid retaining redundant fields in the subclass; but that optimization is out of the question here.