// "Collapse into loop" "true-preview" class X { void test() { for (int i = 0; i < 6; i++) { System.out.println("Hello"); } } }