mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
7 lines
115 B
Kotlin
Vendored
7 lines
115 B
Kotlin
Vendored
// SIBLING:
|
|
fun foo(t: Int): Int {
|
|
<selection>val x = t + 1
|
|
if (x > 0) return x</selection>
|
|
return 0
|
|
}
|