예:
void foo(int s) { for (int i = s; i > 12; i++) { // i-- should be here System.out.println(i); } }
2019.1의 새로운 기능