mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
error: Expected ',', got '.'
|
|
--> $DIR/tests/test262-parser/fail/3f9ce9123e9ea7cb.js:1:14
|
|
|
|
|
1 | function a([a.b]) {}
|
|
| ^
|
|
|