summaryrefslogtreecommitdiff
path: root/test/files/run/vector1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-12/+12
|
* closes #3203, overriding more of the Traversabl...Tiark Rompf2010-03-311-5/+5
| | | | | | | closes #3203, overriding more of the TraversableLike methods. also tightened access privileges to internal fields and methods. review by community.
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-021-0/+199
fixed problem with Vector.dropRight, added additional test case