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