mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
rename: use simple rename when reference is resolved (IDEA-72876)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Rename Reference" "false"
|
||||
class Foo {
|
||||
void bar(int x) {
|
||||
}
|
||||
|
||||
void buzz() {
|
||||
b<caret>ar(); // Try to rename bar with Shift+F6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user