mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 15:12:12 +00:00
10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
;
|
|
a;
|
|
from;
|
|
"./other";
|
|
do {
|
|
;
|
|
} while (false);
|
|
// ERROR 1003: "Identifier expected." in continue-on-error.ts:2:0
|
|
// ERROR 1005: "'(' expected." in continue-on-error.ts:4:0
|