[K/N] Mark with @SinceKotlin("1.5") the Common char category API

This commit is contained in:
Abduqodiri Qurbonzoda
2021-03-06 10:17:30 +03:00
parent 10b0d147af
commit aa5874e073
@@ -139,6 +139,7 @@ public actual fun Char.isLowerCase(): Boolean {
*
* @sample samples.text.Chars.isTitleCase
*/
@SinceKotlin("1.5")
public actual fun Char.isTitleCase(): Boolean {
if (this < '\u0080') {
return false