61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
11 lines
90 B
Kotlin
11 lines
90 B
Kotlin
package a
|
|
|
|
class A {
|
|
}
|
|
|
|
fun A.invoke() {
|
|
}
|
|
|
|
<selection>fun f(a: A) {
|
|
a()
|
|
}</selection> |