swc/ecmascript/parser/tests/test262-error-references/fail/8b6b9c72c875f0d8.js.stderr
강동윤 993b77b325
Improve error messages (#980)
swc_ecma_parser:
 - Improve error messages
2020-08-21 14:57:16 +09:00

7 lines
174 B
Plaintext

error: A `set` accessor must have a corresponding `get` accessor
--> $DIR/tests/test262-parser/fail/8b6b9c72c875f0d8.js:1:8
|
1 | ({ set prop(x, y) {} })
| ^^^^