mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-16 16:31:32 +00:00
AST cleanup; Definition generators scaffolding
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
var; while for let; a from "./other";
|
||||
// 1003: Identifier expected.
|
||||
var;
|
||||
// 1005: '(' expected.
|
||||
while for let; a from "./other";
|
||||
do {
|
||||
;
|
||||
} while (false);
|
||||
|
Reference in New Issue
Block a user