summaryrefslogtreecommitdiff
path: root/test/files/run/t5201.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added an additional test case rather than leaving it in my REPL.Josh Suereth2012-05-081-1/+4
|
* Fixes SI-5201. Adds flatten to TraversableViewLike.Josh Suereth2012-05-081-0/+5
Note: This commit exposes a pretty rich type on flatten in views. HOWEVER, because we don't capture the higher kinded type of the underlying collection, it makes returning a more minimal type pretty dang hard. I can imagine a very breaking and painful change of capturing the underling collection as a higher-kinded type as well as the current view type in a *ViewLike.scala. I hope this kind of issue, along with others, drives a rethink of our view API design.