mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
support Rename Reference on invalid method call (IDEA-176918)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// "Rename reference" "true"
|
||||
class c {
|
||||
void foo(boolean b) {
|
||||
if (b) {
|
||||
int i = 0;
|
||||
i++;
|
||||
} else {
|
||||
k++;
|
||||
}
|
||||
}
|
||||
int k;
|
||||
}
|
||||
Reference in New Issue
Block a user