mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 08:31:38 +00:00
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)
|
|
}
|