Geeks
jashkenas
/
coffeescript
Readme
Issues
Stargazers
Watchers
Bug: Numeric literal with numeric literal separator doesn't handle method call correctly
STRd6
opened this issue
3 years ago
·
0
comments
STRd6
commented
3 years ago
Input Code
1_000
.
toString
()
Expected Behavior
1_000.
.
toString
(
)
Current Behavior
1_000.
toString
(
)
CoffeeScript version: 2.7.0