[Patterns] Missing boxing conversion after instanceof leads to verify error #2104
Labels
bug
Something isn't working
compiler
Eclipse Java Compiler (ecj) related issues
regression
Something was broken by a previous change
This is a regression from #2011
We are failing to emit a boxing operation which leads to verify error in this code:
This code when compiled on master fails with:
On 4.31 RC2 it prints
Done!
as expected.This is also the reason behind the remaining two comparator errors in eclipse-platform/eclipse.platform.releng.aggregator#1875 (comment)
The text was updated successfully, but these errors were encountered: