mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
convert field to local: preserve comments
This commit is contained in:
+1
@@ -2,6 +2,7 @@
|
||||
class Test {
|
||||
|
||||
int getFoo1() {
|
||||
//c1
|
||||
int myFoo = 1;
|
||||
return myFoo;
|
||||
}
|
||||
|
||||
+2
-1
@@ -3,7 +3,8 @@ class Test {
|
||||
private int my<caret>Foo;
|
||||
|
||||
int getFoo1() {
|
||||
myFoo = 1;
|
||||
myFoo//c1
|
||||
= 1;
|
||||
return myFoo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user