61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
14 lines
141 B
Kotlin
14 lines
141 B
Kotlin
package to
|
|
|
|
import a.f
|
|
import a.A.Nested
|
|
import a.ext
|
|
|
|
fun g() {
|
|
f {
|
|
Inner()
|
|
Nested()
|
|
foo()
|
|
ext()
|
|
}
|
|
} |