6e4d8d1670
Original commit: 51c6abdbed
8 lines
50 B
Kotlin
8 lines
50 B
Kotlin
package use
|
|
|
|
import foo.*
|
|
|
|
fun useA() {
|
|
A()
|
|
}
|