-
Enhancement
-
Resolution: Incomplete
-
P4
-
None
-
17
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
Currently in preview, patterns in switch is a great feature that allows FileChannel.MapMode to be used in switch. However, cases on its values (e.g. FileChannel.MapMode.READ_WRITE) do not compile, error being "constant expression required".
Currently in preview, patterns in switch is a great feature that allows FileChannel.MapMode to be used in switch. However, cases on its values (e.g. FileChannel.MapMode.READ_WRITE) do not compile, error being "constant expression required".