mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
safe delete: allow multiple first level nodes (IDEA-135665)
This commit is contained in:
@@ -4,5 +4,9 @@ class Test {
|
||||
bar(i);
|
||||
}
|
||||
|
||||
void baz(int i) {
|
||||
bar(i);
|
||||
}
|
||||
|
||||
void bar(int <caret>i){}
|
||||
}
|
||||
@@ -4,5 +4,9 @@ class Test {
|
||||
bar();
|
||||
}
|
||||
|
||||
void baz() {
|
||||
bar();
|
||||
}
|
||||
|
||||
void bar(){}
|
||||
}
|
||||
Reference in New Issue
Block a user