61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
7 lines
55 B
Kotlin
Vendored
7 lines
55 B
Kotlin
Vendored
package a
|
|
|
|
fun f() {
|
|
<selection>f</selection>()
|
|
}
|
|
|