6 lines
58 B
Kotlin
6 lines
58 B
Kotlin
import J.bar
|
|
|
|
fun test() {
|
|
J.bar("1")
|
|
J.bar("3")
|
|
} |