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: fix parsing of nested sealed interfaces and classes #538

Merged
merged 1 commit into from
May 25, 2022

Conversation

clementdessoude
Copy link
Contributor

What changed with this PR:

Example

Fix parsing of sealed/non-sealed classes & interfaces in an interface's body

Example

public interface Test {
    sealed interface Inner {}

    public static sealed abstract class SealedParent {}

    non-sealed interface Inner {}

    public static non-sealed abstract class SealedParent {}

    final static class SealedChild extends SealedParent {}
}

Relative issues or prs:

Fix #533

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.

Sad sad panda error with nested sealed interfaces
1 participant