summaryrefslogtreecommitdiff
path: root/test/files/res/t5167.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-5167 An impl class method should refer to its own parameter symbols.Jason Zaugg2012-06-031-0/+4
Rather than those of the original method in the trait. If they are shared, parameter renaming in the implementaion class is visible in the original method. This led to a crash in the resident compiler when looking up the default argument getter.