We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b2909 commit b7e15f7Copy full SHA for b7e15f7
01jvm/jvm/TestMem.java
@@ -6,6 +6,8 @@ public static void main(String[] args) {
6
int[][] arr2 = new int[128][2];
7
int[][][] arr3 = new int[64][2][2];
8
9
- System.out.println();
+ System.out.println(arr1);
10
+ System.out.println(arr2);
11
+ System.out.println(arr3);
12
}
13
0 commit comments