[FE] Support resolve of until operator to rangeUntil
^KT-52420 Fixed
This commit is contained in:
committed by
teamcity
parent
19136019e4
commit
0b25ce4de9
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
operator fun rangeUntil(other: A): Iterable<A> = TODO()
|
||||
}
|
||||
|
||||
fun main(n: A, f: A) {
|
||||
for (i in f..<n) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user