Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package to
|
||||
|
||||
fun f() {
|
||||
val r = arrayListOf<T>()
|
||||
r.addAll(b)
|
||||
val x = c
|
||||
}
|
||||
Reference in New Issue
Block a user