Eliminated an "external inline" function from stdlib.

This commit is contained in:
Alexander Gorshenev
2017-04-04 14:42:42 +03:00
committed by alexander-gorshenev
parent 429bc31b82
commit b3bbd96bce
+1 -2
View File
@@ -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.