mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
refactor after review IDEA-CR-33048
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
class Test {
|
||||
|
||||
int getFoo1() {
|
||||
int myFoo = 1;
|
||||
myFoo = 5;
|
||||
int myFoo;
|
||||
while (true) myFoo = 1;
|
||||
return myFoo;
|
||||
}
|
||||
}
|
||||
+1
-2
@@ -3,8 +3,7 @@ class Test {
|
||||
private int my<caret>Foo;
|
||||
|
||||
int getFoo1() {
|
||||
myFoo = 1;
|
||||
myFoo = 5;
|
||||
while (true) myFoo = 1;
|
||||
return myFoo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user