mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 21:53:58 +07:00
GitOrigin-RevId: 4d6a5487576dbbc4aca9c89b067eec8218aff686
10 lines
230 B
Java
10 lines
230 B
Java
// "Remove 'if' statement" "true-preview"
|
|
class X {
|
|
int m(String s) {
|
|
for (int i = 0; i < 100; i++)
|
|
if (s i<caret>nstanceof Integer) {
|
|
System.out.println();
|
|
}
|
|
return 1;
|
|
}
|
|
} |