swc/crates/swc_ecma_parser/tests/test262-error-references/fail/a8beb1480f385441.js.stderr

7 lines
186 B
Plaintext
Raw Normal View History

error: The left-hand side of an assignment expression must be a variable or a property access.
--> $DIR/tests/test262-parser/fail/a8beb1480f385441.js:1:1
|
1 | func() = 4
| ^^^^^^