6 lines
64 B
Kotlin
Vendored
6 lines
64 B
Kotlin
Vendored
import J.foo
|
|
|
|
fun test() {
|
|
J.foo("1", 2)
|
|
J.foo("3", 4)
|
|
} |