Skip to content

Commit b3d5294

Browse files
committed
Update status of KEEP-314
1 parent 3ff3bd7 commit b3d5294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/open-ended-ranges.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* **Type**: Design proposal / Standard Library API proposal
44
* **Author**: Ilya Gorbunov
55
* **Contributors**: Roman Elizarov, Vsevolod Tolstopyatov, Abduqodiri Qurbonzoda, Leonid Startsev, Egor Tolstoy
6-
* **Status**: Experimental
6+
* **Status**: Implemented
77
* **Prototype**: Implemented in 1.7.20-Beta
88
* **Related issues**: [KT-15613](https://youtrack.jetbrains.com/issue/KT-15613)
99
* **Discussion**: [KEEP-314](https://github.com/Kotlin/KEEP/issues/314)
@@ -212,7 +212,7 @@ in these range types an open-ended range is equal to the closed range with the s
212212
0..<10 == 0..9 // true
213213
```
214214

215-
## Experimental status
215+
## Experimental status before Kotlin 1.9.0
216216

217217
Both the language feature of `rangeUntil` operator and its supporting standard library API
218218
are to be released in Kotlin 1.7.20 in [Experimental](https://kotlinlang.org/docs/components-stability.html#stability-levels-explained) status.

0 commit comments

Comments
 (0)