1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-02 18:32:15 +00:00
assemblyscript/tests/parser/continue-on-error.ts

8 lines
117 B
TypeScript

// 1003: Identifier expected.
var;
// 1005: '(' expected.
while for let; a from "./other";
do {
;
} while (false);