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