mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-30 21:52:18 +00:00
Implement reference counting (#592)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import "allocator/arena";
|
||||
|
||||
class C {
|
||||
get x(): () => i32 {
|
||||
return (): i32 => 42;
|
||||
|
Reference in New Issue
Block a user