858b454138
#KT-11994 In Progress
5 lines
80 B
Kotlin
Vendored
5 lines
80 B
Kotlin
Vendored
// FLOW: IN
|
|
|
|
fun test(m: Int, n: Int) {
|
|
val <caret>x = if (m > 1) n else 1
|
|
} |