61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
12 lines
178 B
Kotlin
12 lines
178 B
Kotlin
package a
|
|
|
|
//NOTE: this case can be improved by using shorten reference after importing
|
|
class a {
|
|
class object {
|
|
}
|
|
}
|
|
|
|
<selection>fun f(i: a) {
|
|
a
|
|
a()
|
|
}</selection> |