-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b09
JDK 15 spec for records forbids this type of declaration:
record R(int x[])
the compiler should be sync-ed with the spec
record R(int x[])
the compiler should be sync-ed with the spec
- csr for
-
JDK-8250647 do not allow C-style array declaration in record components
-
- Closed
-