Remove redundant @OptIn targeting new case conversion api
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user