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