KT-53778 Remove experimental annotations from open ranges
This commit is contained in:
committed by
Space Team
parent
9953991c4c
commit
b35b727d73
@@ -467,7 +467,7 @@ abstract class BasePrimitivesGenerator(private val writer: PrintWriter) : BuiltI
|
||||
If the [other] value is less than or equal to `this` value, then the returned range is empty.
|
||||
""".trimIndent()
|
||||
)
|
||||
annotations += mutableListOf("SinceKotlin(\"1.7\")", "ExperimentalStdlibApi")
|
||||
annotations += mutableListOf("SinceKotlin(\"1.9\")", "WasExperimental(ExperimentalStdlibApi::class)")
|
||||
signature {
|
||||
isOperator = true
|
||||
methodName = "rangeUntil"
|
||||
|
||||
Reference in New Issue
Block a user