Suppress extension shadowing member for rangeUntil extensions #KT-52933

Until the next bootstrap where they can be removed entirely
This commit is contained in:
Ilya Gorbunov
2022-08-11 20:52:04 +02:00
committed by Space
parent 203a00151d
commit 64a11c555f
3 changed files with 22 additions and 0 deletions
@@ -159,6 +159,7 @@ object RangeOps : TemplateGroupBase() {
inlineOnly()
since("1.7")
annotation("@ExperimentalStdlibApi")
suppress("EXTENSION_SHADOWED_BY_MEMBER")
signature("rangeUntil(to: $toType)")
val elementType = rangeElementType(fromType, toType)