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