Actions
Bug #11975
closedRange#last is not consistent and possibly does not do what is expected.
Bug #11975:
Range#last is not consistent and possibly does not do what is expected.
Description
The following example demonstrates an inconsistency with Range:
This is expected behaviour:
This is unexpected behaviour:
I believe that Range#last should give the last valid value for a range. Discussion?
Actions