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