Details
Description
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
Attachments
Issue Links
- csr for
-
JDK-8250647 do not allow C-style array declaration in record components
-
- Closed
-