8 lines
51 B
Kotlin
Vendored
8 lines
51 B
Kotlin
Vendored
package use
|
|
|
|
import foo.*
|
|
|
|
fun useA() {
|
|
f(1)
|
|
}
|