mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-01 04:49:57 +07:00
5fe8f15981
Corrected situation when we complete statement with empty code block and code style is set to keep simple instructions in one line
5 lines
80 B
Java
5 lines
80 B
Java
class Test {
|
|
Test(boolean condition) {
|
|
if (condition<caret>)
|
|
}
|
|
} |