summaryrefslogtreecommitdiff
path: root/test/files/run/trait-renaming.check
Commit message (Collapse)AuthorAgeFilesLines
* Figured out the "$class$1" problem.Paul Phillips2012-01-231-0/+2
In lambda lift traits are renamed independently of their implementation classes, leading in the case of a method-defined trait to an interface called A$1 and an impl class called A$class$1 rather than A$1$class. This is now remedied.