IDEA-126726 "Complete current statement" always adds a newline

* rollback the fix for IDEA-119926
This commit is contained in:
peter
2014-07-08 13:10:20 +02:00
parent 8342911e2a
commit 02fdc91a10
17 changed files with 17 additions and 38 deletions

View File

@@ -1,7 +1,6 @@
class foo {
{
Object d = ((String) new String());
<caret>
Object d = ((String) new String());<caret>
}
}