JDK 24 |
---|
24 b19Fixed |
CSR :
|
|
Relates :
|
Copied from the parent issue: getArrayType spec: IAE if an input TypeMirror is "not valid" actual: allows creation of primitive arrays, UnionType arrays, and '<none>[]' (!); IAE for WildcardType, ExecutableType, and other NoTypes; no error for ErrorTypes. expected: IAE for all inputs that are neither ReferenceType nor PrimitiveType (including IAE for UnionTypes and NONE).
|