4 lines
94 B
Kotlin
4 lines
94 B
Kotlin
fun test(a: Int, b: Int, c: Int, d: Int, e: Int): Int {
|
|
return a + b + <caret>c + d + e
|
|
}
|