7 lines
50 B
Kotlin
Vendored
7 lines
50 B
Kotlin
Vendored
package b
|
|
import a.A.foo
|
|
|
|
fun bar() {
|
|
foo()
|
|
}
|