g1144146 / SDS

Apache License 2.0
0 stars 0 forks source link

fail to declare new multi dimension array. #45

Closed g1144146 closed 7 years ago

g1144146 commented 7 years ago

in case of "int[][] a = new int[n][m]", the result is "int,[][][] a = new int,[][n][m]".