How to reproduce:
import "allocator/arena"; export class Base {} export class Foo extends Base {} export function main(): void { var foo = new Foo(); }
Related: #167
Can confirm, fix coming soon.
Fixed in https://github.com/AssemblyScript/assemblyscript/commit/39b489bee24517d13757d2463fa362e61ecfe937
Most helpful comment
Can confirm, fix coming soon.