swc/ecmascript/parser/tests/test262-error-references/fail/b02b296bd115b9b9.js.stderr

7 lines
405 B
Plaintext
Raw Normal View History

error: Unexpected token `;`. Expected this, import, async, function, [ for array literal, { for object literal, @ for decorator, function, class, null, true, false, number, bigint, string, regexp, ` for template literal, (, or an identifier
--> $DIR/tests/test262-parser/fail/b02b296bd115b9b9.js:1:42
|
1 | for (const x = 1, y = 2, z = 3, let = 0;;;) {}
| ^