IDEA-71339 If completion of method call without parameters is finished by space two spaces are inserted

This commit is contained in:
peter
2011-07-06 18:03:19 +02:00
parent bdc2eb5c46
commit 1472eed7b7
4 changed files with 18 additions and 1 deletions
@@ -0,0 +1,8 @@
class Foo {
int foo1() {}
int foo2() {}
{
foo1() <caret>
}
}