8 lines
65 B
Kotlin
Vendored
8 lines
65 B
Kotlin
Vendored
package use
|
|
|
|
import foo.*
|
|
|
|
fun useAfoo() {
|
|
createA().foo()
|
|
}
|