mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
inline: tweak search scope for conflicts replacement
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
public class ABl {
|
||||
void foo(int fe) {
|
||||
System.out.println(fe);
|
||||
}
|
||||
|
||||
void bar(boolean br) {
|
||||
int fe = 0;
|
||||
if (br) {
|
||||
foo(fe);
|
||||
} else {
|
||||
f<caret>oo(11);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user