// "Unroll loop" "true-preview" class Test { void test() { for (int i = 0; i != 10; i++ // line comment ) { System.out.println("Hi!" + i); } } }