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