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