mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
IDEA-31554 "Complete Current Statement" does not format code on "else if" condition code block
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class Test {
|
||||
public void foo(int x) {
|
||||
if (false) {
|
||||
return;
|
||||
} else if (tr<caret>ue) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user