7 lines
58 B
Kotlin
Vendored
7 lines
58 B
Kotlin
Vendored
package bar
|
|
|
|
import foo.*
|
|
|
|
fun importStarUse() {
|
|
A()
|
|
} |