aboutsummaryrefslogtreecommitdiff
path: root/tests/run/colltest6.check
Commit message (Collapse)AuthorAgeFilesLines
* Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-271-12/+12
| | | | Makes it clearer what it is. Also, fixed check file.
* Further extension with LazyListMartin Odersky2016-07-261-0/+32
| | | | | Demonstrates how to integrate lazy non-view collections in the framework.
* Add arrays to collection strawmanMartin Odersky2016-07-251-0/+102
This PR investigates what it takes to extend CollectionStrawMan5 to arrays.