Please describe your proposal in a ONE sentence
After #3120, we should enable support for Java 25 language features in KeY.
Roadmap
Alternatives
A clear and concise description of any alternative solutions or features you've considered.
Why is the suggestion the best alternative?
Estimated effort
If you can: Estimate the effort that has to be invested to implement the feature request.
Is there still discussion needed? Or is it purely implementation? Expertises needed?
Additional context
Add any other context or screenshots about the feature request here.
Please describe your proposal in a ONE sentence
After #3120, we should enable support for Java 25 language features in KeY.
Roadmap
@Pure, etc.try(var x = e) {} ~~> {var x; try{x = e; ...} catch(Exception e) { try{x.close();}catch(Exception e){} }yieldstatement. Another possibility is a down-compilation to switch statement.switch)instanceof)Alternatives
Estimated effort
Additional context