mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
error: A `set` accessor must have a corresponding `get` accessor
|
|
--> $DIR/tests/test262-parser/fail/d594faccae1187d7.js:1:8
|
|
|
|
|
1 | ({ set s() { } })
|
|
| ^
|
|
|