KT-53778 Remove experimental annotations from open ranges

This commit is contained in:
Ilya Gorbunov
2023-04-11 18:42:07 +02:00
committed by Space Team
parent 9953991c4c
commit b35b727d73
42 changed files with 516 additions and 540 deletions
@@ -186,8 +186,8 @@ object RangeOps : TemplateGroupBase() {
} builderWith { (rangeType, itemType) ->
operator()
specialFor(OpenRanges) {
since("1.7")
annotation("@ExperimentalStdlibApi")
since("1.9")
annotation("@WasExperimental(ExperimentalStdlibApi::class)")
}
signature("contains(value: $itemType)")