ff40b098f9
Original commit: 9190029fcc
7 lines
58 B
Kotlin
7 lines
58 B
Kotlin
package bar
|
|
|
|
import foo.*
|
|
|
|
fun importStarUse() {
|
|
A()
|
|
} |