assemblyscript/tests/parser/continue-on-error.ts.fixture.ts

10 lines
176 B
TypeScript
Raw Normal View History

2017-12-23 13:48:04 +01:00
;
a;
from;
"./other";
do {
;
} while (false);
// ERROR 1003: "Identifier expected." in continue-on-error.ts @ 0,3
// ERROR 1005: "'(' expected." in continue-on-error.ts @ 5,10