-
Robert Bradshaw authored
When used in a range operation, it may be coerced to an object, and then back to an int. If the operands were already integer types we should preserve these rather than coercing to the default int type of long.
0f627698
When used in a range operation, it may be coerced to an object, and then back to an int. If the operands were already integer types we should preserve these rather than coercing to the default int type of long.