[K/N] Deprecate SharedImmutable annotation #KT-57837

As a part of efforts to stabilize Native stdlib.
This commit is contained in:
Abduqodiri Qurbonzoda
2023-06-16 19:20:11 +03:00
committed by Space Team
parent 0cfb80144a
commit 4ae19b2b44
31 changed files with 11 additions and 63 deletions
@@ -7,8 +7,6 @@
package test.text
@SharedImmutable
internal actual val surrogateCodePointDecoding: String = "\uFFFD".repeat(3)
@SharedImmutable
internal actual val surrogateCharEncoding: ByteArray = byteArrayOf(0xEF.toByte(), 0xBF.toByte(), 0xBD.toByte())
@@ -12,7 +12,6 @@ package test.text
import kotlin.test.*
@SharedImmutable
private val caseIgnorableRanges = arrayOf<IntRange>(
0x0027..0x0027,
0x002e..0x002e,
@@ -12,7 +12,6 @@ package test.text
import kotlin.test.*
@SharedImmutable
private val casedRanges = arrayOf<IntRange>(
0x0041..0x005a,
0x0061..0x007a,