-
Notifications
You must be signed in to change notification settings - Fork 137
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
VerifyError with unnamed pattern variable in instanceof #2025
VerifyError with unnamed pattern variable in instanceof #2025
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
please go ahead and merge
Thanks for the review @mpalat ! Could this be picked up for M3 please ? |
@MohananRahul Could you please respin to include this for M3? this is a regression and fix is straightforward. Thanks! |
Please don't do that yet, we are waiting for eclipse-platform/eclipse.platform.ui#1686 |
New build is triggered: https://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/137/ |
I have verified that this build
contains the fix. The program from #2024 (comment) compiles and runs fine in this build with no verify error. |
What it does
Author checklist