Closed
Description
The code https://webassembly.studio/?f=2tvvj50exc2
Expect compile the code successfully.
But get some errors.
ERROR TS1110: Type expected.
super();
^
in main.ts(9,11)
ERROR TS1005: '=>' expected.
super();
^
in main.ts(9,11)