blob: 58332269ad20b52933a15f550cfe229e7c1521af [file] [log] [blame]
public class Bug49361 {
public static void main(String[] args) {
int[] table = new int[] { 1, 2, 3};
int[] empty = new int[] {};
}
}