// "Split into declaration and assignment" "true-preview" class Test { { //c1 int i; for (i = 0; i<10; i++) { System.out.println(); } } }