2022-02-08 15:51:26 +03:00
|
|
|
error: The left-hand side of an assignment expression must be a variable or a property access.
|
2018-02-27 07:21:57 +03:00
|
|
|
--> $DIR/tests/test262-parser/fail/75b52e0f57aab958.js:1:15
|
|
|
|
|
|
|
|
|
1 | "use strict"; ({ v: eval }) = obj
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|