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

review: fix: split guard from CtCasePattern #5728

Merged
merged 4 commits into from
Apr 5, 2024

Conversation

SirYwell
Copy link
Collaborator

@SirYwell SirYwell commented Apr 4, 2024

In Java 22, a case can have multiple case patterns, but only one guard. I think it make sense to adjust our model to have the guard on the case rather than the case pattern.

@SirYwell SirYwell changed the title wip: fix: split guard from CtCasePattern review: fix: split guard from CtCasePattern Apr 4, 2024
@SirYwell SirYwell marked this pull request as ready for review April 4, 2024 20:02
@I-Al-Istannen I-Al-Istannen merged commit a3879ab into master Apr 5, 2024
10 of 12 checks passed
@I-Al-Istannen I-Al-Istannen deleted the fix/case-guard-modelling branch April 5, 2024 11:30
Mr-Pine pushed a commit to Mr-Pine/spoon that referenced this pull request Apr 6, 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.

2 participants