11 lines
87 B
Kotlin
Vendored
11 lines
87 B
Kotlin
Vendored
import pack.oldFun
|
|
|
|
fun x() {
|
|
oldFun(1)
|
|
oldFun(2)
|
|
}
|
|
|
|
fun y() {
|
|
oldFun(3)
|
|
}
|