mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 07:22:21 +00:00
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
|
;
|
||
|
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
|