summaryrefslogtreecommitdiff
path: root/test/files/run/t5804.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-5804.Aleksandar Prokopec2012-05-181-0/+32
The hash table initialSize method is now within the the hashset and hashmap classes, and not in the companion. Overriding this method now yields hashmaps and hashsets of the proper initial capacity. Review by @phaller.