5 lines
52 B
Kotlin
Vendored
5 lines
52 B
Kotlin
Vendored
package test2
|
|
|
|
import test1.*
|
|
|
|
fun baz() = foo() * 2 |