6084352d37
#KT-5353
6 lines
142 B
Kotlin
Vendored
6 lines
142 B
Kotlin
Vendored
fun foo(a: Int) =
|
|
if (a > 1) {
|
|
(<selection>a + 1</selection>) * (a - 1)
|
|
} else {
|
|
a * (a + 1)
|
|
} |