Suppress extension shadowing member for rangeUntil extensions #KT-52933
Until the next bootstrap where they can be removed entirely
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user