-
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
Parameterized Java records result in MatchError #18639
Comments
jam01
added
itype:bug
itype:crash
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Oct 2, 2023
Can be worked around with JavaThenScala order as pointed out in #14846 |
bishabosha
added
area:parser
area:typer
and removed
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Oct 16, 2023
so the crash is in Namer, but it probably means that the tree produced by the JavaParser was not in the right format |
@TheElectronWill it seems you implemented the Records in the parser, maybe you want to try to fix this |
Let me try :) |
I have a simpler example public record B<T>(T obj) {} |
I did some work on java parser recently so I can probably handle it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
An unhandled exception was thrown in the compiler.
== Source file context for tree position ==
Minimized code
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: