月虽缺
Results
2
comments of
月虽缺
> can you describe the bug in words? When there are multiple lines of arrays in the code, pasting the code will cause the brackets at the end of the...
```js m = new Map([ [1,2], [3,4] ]); iter = m.entries(); ``` I tried it again just now, copying the code above, right-clicking and pasting it into the VSCode Command...