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:
@ -1,5 +1,5 @@
|
||||
do {
|
||||
;
|
||||
} while (a != b);
|
||||
|
||||
do b; while (a);
|
||||
do b;
|
||||
while (a);
|
||||
|
Reference in New Issue
Block a user