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