Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-JSR-5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Issue Links
- is depended upon by
-
GROOVY-763
implement java parts
-
it is now possible to define a mdim array by :
def a = [[1,2,3],[1,2,5]] as int[][]
int[][] b = [[1,2,3],[1,2,5]]
def a = new int[2][3][]
the default initialization like in Java is not supported for any array expression