Add test data for parsing of complicated <..> and <..>= combinations

^KT-52684 Related
^KT-8263 Related
This commit is contained in:
Denis.Zharkov
2022-06-08 16:19:11 +03:00
committed by teamcity
parent 149402cf00
commit 67f9025f9e
13 changed files with 326 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fun test(x: Int, y: Int) {
if (x < (if (y > 115) 1 else 2)) {}
}