Fix bug in coercing conditional to an integer.
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.
Showing
Please register or sign in to comment