summaryrefslogtreecommitdiff
path: root/test/files/run/t5857.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixes SI-5857.Aleksandar Prokopec2012-06-061-0/+45
Override `min` and `max` in `Range` and `NumericRange` to check if a default `Ordering` for the numeric type in question is used. If so, bypass traversal and compute the minimum or maximum element.