61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
11 lines
96 B
Kotlin
11 lines
96 B
Kotlin
package a
|
|
|
|
class A {
|
|
}
|
|
|
|
fun A.get(s: String) {
|
|
}
|
|
|
|
<selection>fun f() {
|
|
A()[""]
|
|
}</selection> |