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