61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
7 lines
82 B
Kotlin
7 lines
82 B
Kotlin
package a
|
|
|
|
class A {
|
|
fun f() {
|
|
<selection>this.f()</selection>
|
|
}
|
|
} |