// "Unroll loop" "true-preview" class Test { void test() { for(int i : new int[] {1,2,3,4}) { System.out.println(i); } } }