Files
kotlin-fork/compiler/testData/psi/complicateLTGT.kt
T
Denis.Zharkov 67f9025f9e Add test data for parsing of complicated <..> and <..>= combinations
^KT-52684 Related
^KT-8263 Related
2022-06-09 15:44:35 +00:00

4 lines
69 B
Kotlin
Vendored

fun test(x: Int, y: Int) {
if (x < (if (y > 115) 1 else 2)) {}
}