79a8b6de1f
^KT-64805
5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
fun box() {
|
|
"with default".capital<caret>ize()
|
|
} |