// "Unroll loop" "true" class Test { void test() { System.out.println(1); System.out.println(2); System.out.println(3); System.out.println(4); } }