Skip to content

Commit 7b88baf

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
1 parent ce1b32d commit 7b88baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/commonTest/src/testUtils.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import kotlin.native.concurrent.ThreadLocal
1111
internal fun Char.isUpperCase(): Boolean = this in 'A'..'Z'
1212
internal fun Char.isDigit(): Boolean = this in '0'..'9'
1313

14+
@Suppress("EXTENSION_SHADOWED_BY_MEMBER")
1415
internal fun <K, V> MutableMap<K, V>.remove(key: K, value: V): Boolean =
1516
if (key in this && this[key] == value) {
1617
remove(key)

0 commit comments

Comments
 (0)