[FE 1.0] Introduce "range until operator" language feature, and report errors on its usages till 1.8
This commit is contained in:
committed by
teamcity
parent
de9d1dc536
commit
c266303197
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: +RangeUntilOperator
|
||||
|
||||
fun main(n: Int) {
|
||||
for (i in <!ITERATOR_MISSING!>0<!UNRESOLVED_REFERENCE!>..<<!>n<!>) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user