swc/crates/swc_ecma_parser/tests/test262-error-references/fail/4ef1d6ca8eceb313.js.stderr
2021-11-10 19:00:54 +09:00

7 lines
186 B
Plaintext

error: assignment property is invalid syntax
--> $DIR/tests/test262-parser/fail/4ef1d6ca8eceb313.js:1:26
|
1 | function* f() { [yield* {a = 0}]; }
| ^^^^^