summaryrefslogtreecommitdiff
path: root/test/files/run/hashCodeDistribution.flags
Commit message (Collapse)AuthorAgeFilesLines
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-041-0/+1
Scala implementation of fancier hashCode algorithm. At the moment it isn't used unless you supply -Yjenkins-hashCodes to scalac. Without the flag, the supplied test case generates 12559 unique hashCodes among 90000 case class instances; with the flag it generates 89999.