jashkenas/coffeescript

Bug: Numeric literal with numeric literal separator doesn't handle method call correctly

STRd6 opened this issue · 0 comments

STRd6 commented

Input Code

1_000.toString()

Expected Behavior

1_000..toString()

Current Behavior

1_000.toString()
  • CoffeeScript version: 2.7.0