mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
deep delete parameter in method call hierarchy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
void foo(int i) {
|
||||
bar(i);
|
||||
baz(i);
|
||||
}
|
||||
|
||||
void bar(int <caret>i){}
|
||||
void baz(int i){}
|
||||
}
|
||||
Reference in New Issue
Block a user