4 lines
81 B
Kotlin
4 lines
81 B
Kotlin
fun foo(a: Int): Int {
|
|
// SIBLING:
|
|
return <selection>a + 10</selection>
|
|
} |