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