mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 01:11:32 +00:00
AST cleanup; Definition generators scaffolding
This commit is contained in:
@ -3,7 +3,7 @@ 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 1003: "Identifier expected." in continue-on-error.ts:2:0
|
||||
// ERROR 1005: "'(' expected." in continue-on-error.ts:4:0
|
||||
|
Reference in New Issue
Block a user