Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package to
|
||||
|
||||
import a.JavaM
|
||||
import a.JavaF
|
||||
|
||||
fun f() {
|
||||
JavaM.staticMethod()
|
||||
JavaF.staticField()
|
||||
}
|
||||
Reference in New Issue
Block a user