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