-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Incompatible enum type with base class #479
Comments
tefra
added a commit
that referenced
this issue
May 4, 2021
tefra
added a commit
that referenced
this issue
May 4, 2021
This will be tricky to implement 😞 |
It's way to tricky to handle these cases, the enum converter will need a lot of hacking and we will have a tone of issues with mixed type enumerations. I am thinking that for these cases we should ignore the subclass override type annotation. |
closed in #516 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generate base type for enums
The text was updated successfully, but these errors were encountered: