ec608c5db2
#KT-6412 Fixed
2 lines
55 B
Kotlin
Vendored
2 lines
55 B
Kotlin
Vendored
fun fun1(x1: Int, y1: Int) : Int = x1 * 2 + fun1(x1, )
|