summaryrefslogtreecommitdiff
path: root/test/files/run/t5543.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5543: Ctor default arg wrongly scoped (revised)Som Snytt2012-04-281-1/+1
| | | | | | | This patch fixes the motivating bug by detecting when a method is the default arg getter for a constructor parameter. That requires fixing a secondary bug where an arbitrary string was used to encode <init> in lieu of <init>.encode. There is no speculative mangling.
* Ctor default-getters unique name and are typed in constructor contextSom Snytt2012-03-231-0/+26