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 extending protected nested java classes #21857

Merged
merged 3 commits into from
Nov 6, 2024

Commits on Oct 30, 2024

  1. Fix extending protected nested java classes

    PR 21362 added an accessibility fix to Erasure, but that revealed a
    mistake in determining the accessibility of inner java classes, which
    I'm now fixing.
    dwijnand committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    17dadf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    350215d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    14e46e8 View commit details
    Browse the repository at this point in the history