summaryrefslogtreecommitdiff
path: root/test/files/run/t6584.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix SI-6584, Stream#distinct uses too much memory.Paul Phillips2012-11-011-0/+16
Nesting recursive calls in Stream is always a dicey business.