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