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
//
// 10 mappings totally
@OptIn(ExperimentalStdlibApi::class)
internal fun Char.titlecaseImpl(): String {
val uppercase = uppercase()
if (uppercase.length > 1) {