mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 16:02:16 +00:00
13 lines
311 B
TypeScript
13 lines
311 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
|
||
|
// ERROR 1005: "'(' expected." in continue-on-error.ts @ 11,14
|
||
|
// ERROR 1003: "Identifier expected." in continue-on-error.ts @ 15,18
|