blob: 584a23d88d7cf07a0c084096c88eec57658d8e10 [file] [log] [blame]
class Foo {
void foo() {
int[] array1 = new int[] {};
int[] array2 = new int[ 3 ];
}
}