[K/N] Remove redundant @OptIn targeting new case conversion api
This commit is contained in:
@@ -11,7 +11,6 @@ package kotlin.text
|
|||||||
//
|
//
|
||||||
|
|
||||||
// 4 ranges totally
|
// 4 ranges totally
|
||||||
@OptIn(ExperimentalStdlibApi::class)
|
|
||||||
internal fun Char.titlecaseCharImpl(): Char {
|
internal fun Char.titlecaseCharImpl(): Char {
|
||||||
val code = this.code
|
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ž>
|
// Letters repeating <Lu, Lt, Ll> sequence and code of the Lt is a multiple of 3, e.g. <DŽ, Dž, dž>
|
||||||
|
|||||||
Reference in New Issue
Block a user