Remove redundant @OptIn targeting new case conversion api

This commit is contained in:
Abduqodiri Qurbonzoda
2021-04-08 02:41:12 +03:00
parent 7f0e1ac08d
commit f99c72cc98
9 changed files with 0 additions and 10 deletions
@@ -11,7 +11,6 @@ package kotlin.text
//
// 4 ranges totally
@OptIn(ExperimentalStdlibApi::class)
internal fun Char.titlecaseCharImpl(): Char {
val code = this.code
// Letters repeating <Lu, Lt, Ll> sequence and code of the Lt is a multiple of 3, e.g. <DŽ, Dž, dž>