aboutsummaryrefslogtreecommitdiff
path: root/tests/run/colltest6/CollectionTests_2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks to strawmanMartin Odersky2016-07-281-11/+11
| | | | | | | - Add proper :: to lists - Move some methods to IterableOps in order to keep Iterable clean - Rename knownLength to knownSize - Add some implentations for performance and completeness
* Make colltest6 self-containedMartin Odersky2016-07-271-1/+1
| | | | Following the other colltests, put each in a separate package.
* Further extension with LazyListMartin Odersky2016-07-261-1/+75
| | | | | Demonstrates how to integrate lazy non-view collections in the framework.
* Add arrays to collection strawmanMartin Odersky2016-07-251-0/+226
This PR investigates what it takes to extend CollectionStrawMan5 to arrays.