mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
replace ref quickfix checks scope (IDEA-64946)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Rename Reference" "true"
|
||||
class c {
|
||||
void foo(boolean b) {
|
||||
if (b) {
|
||||
int i = 0;
|
||||
i++;
|
||||
} else {
|
||||
i<caret>++;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user