Files
kotlin-fork/idea/testData/copyPaste/imports/ImportableEntityInExtensionLiteral.expected.kt
T
2015-02-12 18:18:07 +03:00

13 lines
123 B
Kotlin

package to
import a.f
import a.ext
fun g() {
f {
Inner()
Nested()
foo()
ext()
}
}