summaryrefslogtreecommitdiff
path: root/test/files/pos/t2500.scala
Commit message (Collapse)AuthorAgeFilesLines
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-031-0/+6
fixed #2500: refactoring collections so that a `collection.{Map|SortedMap|SortedSet}` can be built from the corresponding collection (thus, do not require the immutable one) pulling up newBuilder method from Immutable*Factory to *Factory, and inheriting *Factory in scala.collection companion objects, instead of the Immutable*Factory this way, you can, e.g., build a collection.Map from a collection.Map (instead of requiring an immutable.Map)