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

Fix assertion when a class extends and implements #1403

Merged
merged 1 commit into from
Jul 21, 2020
Merged

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Jul 21, 2020

As reported in #1374 the compiler is hitting assertions when a class is both extending another class and implementing an interface. I do not recall why these assertions are there, and I can only assume that these are left-over from testing.

Fixes #1374

  • I've read the contributing guidelines

@dcodeIO dcodeIO merged commit 46c06da into master Jul 21, 2020
@github-actions
Copy link

🎉 This PR is included in version 0.14.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dcodeIO dcodeIO deleted the issue-1374 branch June 1, 2021 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assertion error when a class extends and implements
1 participant