Add test data for parsing of complicated <..> and <..>= combinations
^KT-52684 Related ^KT-8263 Related
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun test(x: Int, y: Int) {
|
||||
if (x < (if (y > 115) 1 else 2)) {}
|
||||
}
|
||||
Reference in New Issue
Block a user