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