mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
error: assignment property is invalid syntax
|
|
--> $DIR/tests/test262-parser/fail/28520880d460c4f9.js:1:13
|
|
|
|
|
1 | ({a: b = 0, c = 0});
|
|
| ^^^^^
|
|
|