61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
18 lines
312 B
Kotlin
Vendored
18 lines
312 B
Kotlin
Vendored
// WITH_LIBRARY: copyPaste/imports/KotlinLibrary
|
|
|
|
package a
|
|
|
|
import d.*
|
|
import d.E.ENTRY
|
|
import d.Outer.*
|
|
|
|
<selection>fun f(a: A, t: T) {
|
|
g(A(c).ext())
|
|
O1.f()
|
|
O2
|
|
ENTRY
|
|
}
|
|
|
|
fun f2(i: Inner, n: Nested, e: NestedEnum, o: NestedObj, t: NestedTrait, a: NestedAnnotation) {
|
|
ClassObject
|
|
}</selection> |