Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-4
-
None
-
None
Description
Right now we can create multi-D arrays if we specify the contents, but not empty ones.
Proposed syntax: same as Java, e.g.
String[][] myMultiDStringArray = new String[5][2]