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

Fixed bug with constant inheritance #158

Closed
wants to merge 1 commit into from
Closed

Conversation

greal
Copy link

@greal greal commented Oct 13, 2023

If a constant already exists in the inherited class, then it cannot be redefined. Which leads to the error.

@prolic
Copy link
Collaborator

prolic commented Oct 13, 2023

I think this is the intended behavior. You should not be able to redefine a what the enum is, you're only allow to add to it.

@marc-mabe
Copy link
Owner

Please first describe what your actual error or problem is and then create an actual test case for it.

@marc-mabe
Copy link
Owner

closed due to inactivity

@marc-mabe marc-mabe closed this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants