Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package to
|
||||
|
||||
import a.T
|
||||
import a.A
|
||||
import a.B
|
||||
|
||||
fun g(t: T): Int {
|
||||
g(A)
|
||||
B.f()
|
||||
}
|
||||
Reference in New Issue
Block a user