mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-119926 Completing Statements doesn't go to next line for non conditional statements
This commit is contained in:
+2
-1
@@ -8,6 +8,7 @@ class Tester {
|
||||
}
|
||||
|
||||
public void test1() {
|
||||
build(new EntityBuilder());<caret>
|
||||
build(new EntityBuilder());
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user