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