61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
7 lines
46 B
Kotlin
7 lines
46 B
Kotlin
package b
|
|
|
|
import a.A
|
|
|
|
fun f(a: A) {
|
|
A()
|
|
} |