public class Junk { public static void main(String[] args) { int[] arr = new int[]{1,2,3}<caret> } }