Assemblyscript: Missing constructor for base or extended class cause to infinite loop

Created on 18 Jul 2018  路  2Comments  路  Source: AssemblyScript/assemblyscript

How to reproduce:

import "allocator/arena";
export class Base {}
export class Foo extends Base {}
export function main(): void {
   var foo = new Foo();
}

Related: #167

Most helpful comment

Can confirm, fix coming soon.

All 2 comments

Can confirm, fix coming soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lastmjs picture lastmjs  路  4Comments

solidsnail picture solidsnail  路  5Comments

DanielMazurkiewicz picture DanielMazurkiewicz  路  4Comments

torch2424 picture torch2424  路  3Comments

DuncanUszkay1 picture DuncanUszkay1  路  3Comments