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