mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
|
|
x Expected ';', '}' or <eof>
|
|
,-[$DIR/tests/test262-parser/fail/58707e130fe451a8.js:1:1]
|
|
1 | void { [1, 2]: 3 };
|
|
: ^^^^^^|^^^^^^
|
|
: `-- This is the expression part of an expression statement
|
|
`----
|
|
|
|
x Expected ']', got ','
|
|
,-[$DIR/tests/test262-parser/fail/58707e130fe451a8.js:1:1]
|
|
1 | void { [1, 2]: 3 };
|
|
: ^
|
|
`----
|