mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-119926 Completing Statements doesn't go to next line for non conditional statements
This commit is contained in:
@@ -3,6 +3,7 @@ class Foo {
|
||||
abstract void a();
|
||||
|
||||
{
|
||||
a();<caret>
|
||||
a();
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user