[K/N] Remove redundant @OptIn targeting new case conversion api

This commit is contained in:
Abduqodiri Qurbonzoda
2021-04-08 02:41:23 +03:00
parent f99c72cc98
commit a697bc43b9
@@ -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ž>