5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
@ExperimentalStdlibApi
|
|
fun test() {
|
|
"".lowercase()
|
|
1.digitToChar()
|
|
} |