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