KT-53778 Remove experimental annotations from open ranges
This commit is contained in:
committed by
Space Team
parent
9953991c4c
commit
b35b727d73
@@ -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)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user