blob: c61c4caa18c1735d0ad2bd3fa9bae2e4c1f7fd3f [file] [log] [blame]
public class Junk {
public static void main(String[] args) {
int[] arr = new int[]{1, 2, 3};<caret>
}
}