Skip to content

Compile the super statement having no parameter failure. #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
LiaoPeng opened this issue Sep 6, 2018 · 1 comment
Closed

Compile the super statement having no parameter failure. #245

LiaoPeng opened this issue Sep 6, 2018 · 1 comment
Labels

Comments

@LiaoPeng
Copy link
Contributor

LiaoPeng commented Sep 6, 2018

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)
@dcodeIO
Copy link
Member

dcodeIO commented Feb 7, 2019

This should have been fixed meanwhile. Feel free to reopen if that's not entirely correct.

@dcodeIO dcodeIO closed this as completed Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants