summaryrefslogtreecommitdiff
path: root/test/files/run/iterator-iterate-lazy.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in Iterator.iterate which would lead ...Paul Phillips2010-04-281-0/+5
Fixed bug in Iterator.iterate which would lead to a runtime exception under some circumstances due to inadequate laziness in calculating the next element. No review.