Eliminated an "external inline" function from stdlib.
This commit is contained in:
committed by
alexander-gorshenev
parent
429bc31b82
commit
b3bbd96bce
@@ -51,8 +51,7 @@ external public fun Char.isIdentifierIgnorable(): Boolean
|
|||||||
* Returns `true` if this character is an ISO control character.
|
* Returns `true` if this character is an ISO control character.
|
||||||
*/
|
*/
|
||||||
@SymbolName("Kotlin_Char_isISOControl")
|
@SymbolName("Kotlin_Char_isISOControl")
|
||||||
@Suppress("NOTHING_TO_INLINE")
|
external public fun Char.isISOControl(): Boolean
|
||||||
external public inline fun Char.isISOControl(): Boolean
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines whether a character is whitespace according to the Unicode standard.
|
* Determines whether a character is whitespace according to the Unicode standard.
|
||||||
|
|||||||
Reference in New Issue
Block a user