summaryrefslogtreecommitdiff
path: root/test/files/run/canEqualCaseClasses.scala
Commit message (Collapse)AuthorAgeFilesLines
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-091-0/+23
Implementation and test cases for canEqual method in case classes. Now the autogenerated equality method inquires with the argument as to whether other.canEqual(this) before returning true.