Kotlin. // Kotlin/JS; fun foo(c: Char) {; if (c.isDigit()) { // Unresolved reference: isDigit; }; }. Currently, the function isDigit for the Char type only ...
確定! 回上一頁