IDEA-112014 Complete Current Statement - doesn't work correctly on a multi-line statement

This commit is contained in:
peter
2013-08-20 13:03:09 +02:00
parent 941dd6fc07
commit 2b8ece109d
4 changed files with 16 additions and 1 deletions
@@ -0,0 +1,6 @@
class Test {
Object method() {
method(
factory());<caret>
}
}