61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
7 lines
60 B
Kotlin
7 lines
60 B
Kotlin
package to
|
|
|
|
class B {
|
|
fun f() {
|
|
this.f()
|
|
}
|
|
} |