ITADN

NaN implicit conversion in addition

#224Closedsxzz 创建于 2025-01-06
bugchecking
S
sxzzcommented
```ts const x = 0 / 0 + 1; x // ^? "NaN1" ``` Reproduction: https://kaleidawave.github.io/ezno/playground/?id=27wr9m
关闭于 2025-02-06 2 条评论