mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 08:31:35 +00:00
7 lines
120 B
Kotlin
Vendored
7 lines
120 B
Kotlin
Vendored
fun foo(a: Int, b: Int): Int {
|
|
fun bar() {
|
|
return <selection>a + b - 1</selection>
|
|
}
|
|
|
|
return bar()
|
|
} |