Insert imports on copy/paste
Introduce KotlinCopyPasteReferenceProcessor
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package a
|
||||
|
||||
// ALLOW_UNRESOLVED
|
||||
//NOTE: is is an unsupported case
|
||||
class A {
|
||||
<selection>fun g() {
|
||||
f()
|
||||
}</selection>
|
||||
|
||||
class object {
|
||||
fun f()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user