mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
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>)
|
|
}
|
|
} |