mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 02:31:41 +00:00
AST cleanup; Definition generators scaffolding
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
while (1) {
|
||||
;
|
||||
;
|
||||
}
|
||||
while (false) {
|
||||
;
|
||||
;
|
||||
}
|
||||
while ("str") {
|
||||
;
|
||||
;
|
||||
}
|
||||
while (1) ;
|
||||
while (1);
|
||||
|
Reference in New Issue
Block a user