summaryrefslogtreecommitdiff
path: root/test/files/run/t6690.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6690 Release reference to last dequeued element.Jason Zaugg2012-12-081-0/+62
Avoids leaks in MutableList and its more better known child, mutable.Queue, when the last element is dequeued or when we take the tail of a one element collection. Refactors copy/pasted code between the two implementations of tail.