mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-18 20:50:45 +07:00
ea998911e2
'Update' section of 'for' statement may be smart-completed now
6 lines
102 B
Java
6 lines
102 B
Java
public class Foo {
|
|
void test(int i) {
|
|
for (int j = 1; j < 10; <caret>) {
|
|
}
|
|
}
|
|
} |