Don't add import after insertion function with fqn
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package some
|
||||
|
||||
import jettesting.*
|
||||
|
||||
fun other() {
|
||||
data.topLevelFu<caret>
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package jettesting.data
|
||||
|
||||
fun topLevelFunction() {
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package some
|
||||
|
||||
import jettesting.*
|
||||
|
||||
fun other() {
|
||||
data.topLevelFunction()
|
||||
}
|
||||
Reference in New Issue
Block a user