mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-17 11:53:25 +07:00
9 lines
140 B
Java
9 lines
140 B
Java
// "Convert to local" "true"
|
|
class Test {
|
|
private int my<caret>Foo;
|
|
|
|
int getFoo1() {
|
|
while (true) myFoo = 1;
|
|
return myFoo;
|
|
}
|
|
} |