5 lines
57 B
Kotlin
Vendored
5 lines
57 B
Kotlin
Vendored
package module2
|
|
|
|
import module1.foo
|
|
|
|
fun useFoo() = foo() |