mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
6 lines
105 B
Kotlin
Vendored
6 lines
105 B
Kotlin
Vendored
// SIBLING:
|
|
fun foo(a: Int): Int {
|
|
fun bar(): Int = a + 10
|
|
|
|
return <selection>bar()</selection>
|
|
} |