mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
3 lines
79 B
Kotlin
Vendored
3 lines
79 B
Kotlin
Vendored
fun test(n: Int) {
|
|
val t = if (n > 0) <selection>n + 1</selection> else n
|
|
} |