例:
void foo(int s) { for (int i = s; i > 12; i++) { // ここでは i-- を使用すべきです System.out.println(i); } }
2019.1 の新機能です