KT-1231 Don't insert () after completion function in imports
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user