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