mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
|
|
x Destructuring bindings require initializers
|
|
,-[$DIR/tests/test262-parser/fail/37cb7557997d4fd6.js:1:1]
|
|
1 | "use strict"; for (let [a = let];;) {}
|
|
: ^^^^^^^^^
|
|
`----
|