summaryrefslogtreecommitdiff
path: root/test/files/run/bug4288.scala
Commit message (Collapse)AuthorAgeFilesLines
* An overhaul of slice and related implementation...Paul Phillips2011-03-081-0/+13
An overhaul of slice and related implementations (primarily that is drop and take.) In the course of trying to get it working consistently (mostly with respect to negative indices, which were dealt with arbitrarily differently across the 25+ concrete implementations) I fixed various bugs. Closes #4288, no review.