mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
IDEA-119926 Completing Statements doesn't go to next line for non conditional statements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
class foo {
|
||||
{
|
||||
Object d = ((String) new String());<caret>
|
||||
Object d = ((String) new String());
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user