summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/duration.scala
Commit message (Collapse)AuthorAgeFilesLines
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-1/+1
| | | | | | | | | so that the full package can be imported naturally: import scala.concurrent.duration._ will give you all the types (Duration, FiniteDuration, Deadline) and the DSL for constructing these.
* improve performance of integer multiplication overflow check on DurationRoland2012-09-191-0/+69
- also rename divisor arguments to “divisor” - and add a scalacheck for multiplication overflow detection