示例:
void foo(int s) { for (int i = s; i > 12; i++) { // i-- 应在此处 System.out.println(i); } }
2019.1 的新功能