summaryrefslogtreecommitdiff
path: root/test/files/run/t9656.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-191-0/+43
For Range and NumericRange, toString will indicate the step if it is not 1. Additionally, indicate empty ranges and ranges which are not "exact". For a "mapped" range, used by `Range.Double`, toString includes the underlying range and the simple type of the step (to distinguish Double from BigDecimal).