mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-25 04:31:43 +00:00
Moved AST serialization to extra (not ultimately needed by asc)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
for (let i: i32 = 0; i < 10; ++i) {
|
||||
for (var i: i32 = 0; i < 10; ++i) {
|
||||
;
|
||||
}
|
||||
for (i = 0; i < 10; ++i) {
|
||||
|
Reference in New Issue
Block a user