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