mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
SplitIfAction and ExtractIfConditionAction code unified
Fixes IDEA-152047 Better "Split into 2 if's" result for else-if cases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class C {
|
||||
void foo() {
|
||||
if (a |<caret>| //comment
|
||||
if (a |<caret>| //comment
|
||||
b) {
|
||||
call();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user