6 lines
105 B
Kotlin
6 lines
105 B
Kotlin
// SIBLING:
|
|
fun foo(a: Int): Int {
|
|
fun bar(): Int = a + 10
|
|
|
|
return <selection>bar()</selection>
|
|
} |