summaryrefslogtreecommitdiff
path: root/test/files/run/t6114.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+61
We solve this by overriding clone for JListWrapper to actually do a full clone. Note: This fix may need to be included other places, *but* we're not sure we've cloned the collection sensibly. I.e. is ArrayList a good default?