67f9025f9e
^KT-52684 Related ^KT-8263 Related
4 lines
69 B
Kotlin
Vendored
4 lines
69 B
Kotlin
Vendored
fun test(x: Int, y: Int) {
|
|
if (x < (if (y > 115) 1 else 2)) {}
|
|
}
|