mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Allow resource variables in-place rename; Java in-place rename tests updated
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
int myI;
|
||||
void foo(int i){
|
||||
myI = i;
|
||||
void foo(int myI){
|
||||
this.myI = myI;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user