Skip to content
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

Assertion error when a class extends and implements #1374

Closed
dsa-t opened this issue Jul 4, 2020 · 1 comment · Fixed by #1403
Closed

Assertion error when a class extends and implements #1374

dsa-t opened this issue Jul 4, 2020 · 1 comment · Fixed by #1403

Comments

@dsa-t
Copy link

dsa-t commented Jul 4, 2020

Trying to compile

class B {
}

interface I {
}

export class A extends B implements I {
}

yields Error [AssertionError]: assertion failed

which comes from

assert(!interfacePrototypes);

Is this intended? Looks like it should be supported.

@github-actions
Copy link

🎉 This issue has been resolved in version 0.14.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants