5 lines
100 B
Kotlin
5 lines
100 B
Kotlin
// NEXT_SIBLING:
|
|
fun foo(a: Int): Int {
|
|
val b: Int = 1
|
|
return <selection>a + b</selection>
|
|
} |