13 lines
123 B
Kotlin
13 lines
123 B
Kotlin
package to
|
|
|
|
import a.f
|
|
import a.ext
|
|
|
|
fun g() {
|
|
f {
|
|
Inner()
|
|
Nested()
|
|
foo()
|
|
ext()
|
|
}
|
|
} |