61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
9 lines
67 B
Kotlin
9 lines
67 B
Kotlin
package a
|
|
|
|
fun g() {
|
|
}
|
|
|
|
<selection>fun f() {
|
|
g()
|
|
}</selection>
|