3 lines
76 B
Kotlin
3 lines
76 B
Kotlin
fun foo(a: Int, b: Int): Int {
|
|
return <selection>a + b - 1</selection>
|
|
} |