error: The left-hand side of an assignment expression must be a variable or a property access.
--> $DIR/tests/test262-parser/fail/d012888b0c720723.js:1:1
|
1 | ( { get x() {} } ) = 0
| ^^^^^^^^^^^^^^^^^^