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