mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
error: A `set` accessor must have exactly one parameter
|
|
--> $DIR/tests/test262-parser/fail/d594faccae1187d7.js:1:8
|
|
|
|
|
1 | ({ set s() { } })
|
|
| ^
|
|
|