11 lines
89 B
Kotlin
11 lines
89 B
Kotlin
package to
|
|
|
|
import a.f
|
|
import a.g
|
|
import a.p
|
|
|
|
fun foo() {
|
|
3.f()
|
|
2.p
|
|
3.g = 5
|
|
} |