You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not properly support checking of boxed Double or Float for case null with JEP 441 pattern switching. Instead it shows Case constants in a switch on 'Double' must have type 'double' Java(2099252).
Environment
Operating System: MacOS 15.0.1
JDK version: JDK 21
Visual Studio Code version: Version: 1.94.2 (Universal)
Does not properly support checking of boxed
Double
orFloat
forcase null
with JEP 441 pattern switching. Instead it showsCase constants in a switch on 'Double' must have type 'double' Java(2099252)
.Environment
Steps To Reproduce
Current Result
This displays the following error in VSCode:
Expected Result
As Java 21 compiles and runs the above code it should not show an error.
The text was updated successfully, but these errors were encountered: