5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
fun foo(): Int {
|
|
<selection>fun bar() = 1</selection>
|
|
|
|
return 1 + bar()
|
|
} |