2 lines
49 B
Kotlin
2 lines
49 B
Kotlin
fun fun1(<caret>x : Int) : Int = x * 2 + fun1(x)
|
fun fun1(<caret>x : Int) : Int = x * 2 + fun1(x)
|