3ba11711d2
(see previous commit) ^KT-52684 Fixed
10 lines
137 B
Kotlin
Vendored
10 lines
137 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// SKIP_TXT
|
|
// ISSUE: KT-52684
|
|
|
|
fun test(x: Int, y: Int) {
|
|
if (x < (if (y >= 115) 1 else 2)) {
|
|
Unit
|
|
}
|
|
}
|