-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Java parser doesn't support JEP 409 sealed classes #18533
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
…9080) Closes #18533 --- This PR also adds the following directive to the vulpix infrastructure: ```scala //> using javacOpt * ``` inspired by : https://scala-cli.virtuslab.org/docs/reference/directives#javac-options
@Kordyjan I see, will this be backported to 3.3.4 ? thanks. refs: davidB/scala-maven-plugin#782 |
Bumping - would love to see this in LTS. |
@WojciechMazur ping |
Yes, it will be backported to the LTS. When backporting we try to follow the order of changes in the main branch to reduce the amount of conflicts. There is a long queue so please be patient, thank you |
Compiler version
3.3.1
Minimized code
Repo (branch
5
)Output
Expectation
Scala code compiles successfully in mixed mode, like in Scala 2.13.11. See also scala/bug#12171 for Scala 2 tracking issue.
The text was updated successfully, but these errors were encountered: