4 lines
85 B
Kotlin
4 lines
85 B
Kotlin
fun foo(a: Int): Int {
|
|
val b: Int = 1
|
|
return <selection>a + b</selection>*a
|
|
} |