mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-26 21:21:54 +00:00
Implement reference counting (#592)
This commit is contained in:
@ -73,8 +73,6 @@ function test_funcs(): void {
|
||||
|
||||
test_funcs();
|
||||
|
||||
import "allocator/arena";
|
||||
|
||||
class Baz {
|
||||
a: i32 = 1;
|
||||
b: i32;
|
||||
|
Reference in New Issue
Block a user