7 lines
53 B
Kotlin
Vendored
7 lines
53 B
Kotlin
Vendored
package bar
|
|
|
|
import foo.B
|
|
|
|
fun useB() {
|
|
B().f()
|
|
} |