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