[Parser] Support of parsing until operator

^KT-52419 Fixed
This commit is contained in:
Victor Petukhov
2022-05-23 14:24:35 +02:00
committed by teamcity
parent 7360dff0da
commit 19136019e4
8 changed files with 380 additions and 303 deletions
+5
View File
@@ -0,0 +1,5 @@
fun main() {
for (i in 0..<n) {
}
}