summaryrefslogtreecommitdiff
path: root/test/files/neg/t5956.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6809 Forbids deprecated case class definitions without parameter listSimon Ochsenreither2012-12-131-2/+2
| | | | This has been deprecated since at least 2.7.7, so it should be good to go.
* SI-5956 trigger copy generation with correct namerLukas Rytz2012-07-131-0/+2
the call to `addCopyMethod` passes `templateNamer`, which is supposed to be the namer of the case class template. with two classes of the same name, `addCopyMethod` was triggered in the wrong template.