mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-22 03:01:55 +00:00
Getters & setters (static); Instantiate compiler tests; Cleanup
This commit is contained in:
@ -40,3 +40,7 @@ function refF(): f64 {
|
||||
}
|
||||
let rF = refF();
|
||||
rF;
|
||||
|
||||
for (let a = 0, b = 10; a < b; ++a) {
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user