-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Record pattern in exhaustive switch syntax unsupported #610
Labels
Comments
case Some(T value) when predicate.test(value) -> new Some<>(value);
|
pascalgrimaud
added
$$ bug-bounty $$
https://www.jhipster.tech/bug-bounties/
area: enhancement 🔧
$200
labels
Oct 25, 2023
Adding a bounty to have this cc @clementdessoude in case you are available :) |
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 27, 2023
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 27, 2023
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 29, 2023
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 29, 2023
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 29, 2023
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 29, 2023
jtkiesel
added a commit
to jtkiesel/prettier-java
that referenced
this issue
Oct 29, 2023
@jtkiesel : approved, thanks for your work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Record pattern appears in java 21 and prettier is unable to parse it
Prettier-Java 2.3.1
Input:
Output:
The text was updated successfully, but these errors were encountered: