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

don't try to override members that are privateWithin anything #521

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

martijnhoekstra
Copy link
Contributor

Pull Request Checklist

  • I agree to licence my contributions under the MIT licence
  • I have added copyright headers to new files
  • I have added tests for any changed functionality

Purpose

When a class have package-private members, we can't override those. This is the case among other things for default access java methods. Check privateWithin to determine whether we can override.

Background Context

References

Are there any relevant issues / PRs / mailing lists discussions?

@goshacodes
Copy link
Collaborator

Hi, thank you for your contribution, this one is ready to merge

@barkhorn barkhorn added this to the v6.1.0 milestone Jun 2, 2024
@barkhorn barkhorn merged commit 78c9cb4 into paulbutcher:master Jun 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants