summaryrefslogtreecommitdiff
path: root/test/files/run/t5387.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improved performance of TraversableLike.dropWhile, which now stops ↵Christopher Vogt2012-01-201-0/+15
re-evaluating the predicate after it once evaluated to true. Closes SI-5387.