support Rename Reference on invalid method call (IDEA-176918)

This commit is contained in:
Anna.Kozlova
2017-08-08 17:42:39 +02:00
parent b846335cd0
commit 6d1f106889
11 changed files with 69 additions and 4 deletions
@@ -8,4 +8,5 @@ class c {
i<caret>++;
}
}
int k;
}