KT-1231 Don't insert () after completion function in imports

This commit is contained in:
Nikolay Krasko
2012-02-13 16:23:40 +04:00
parent 936144a193
commit 4dff90734e
5 changed files with 34 additions and 6 deletions
@@ -0,0 +1,3 @@
package testing
import testing.some.someF<caret>
@@ -0,0 +1,4 @@
package testing.some
fun someFun() {
}
@@ -0,0 +1,3 @@
package testing
import testing.some.someFun