Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package a
|
||||
|
||||
fun g() {
|
||||
}
|
||||
|
||||
<selection>fun f() {
|
||||
g()
|
||||
}</selection>
|
||||
Reference in New Issue
Block a user