mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-126726 "Complete current statement" always adds a newline
* rollback the fix for IDEA-119926
This commit is contained in:
@@ -3,7 +3,6 @@ class Foo {
|
||||
abstract void a();
|
||||
|
||||
{
|
||||
a();
|
||||
<caret>
|
||||
a();<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user