61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
16 lines
262 B
Kotlin
16 lines
262 B
Kotlin
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> |