Files

5 lines
80 B
Kotlin
Vendored

// WITH_STDLIB
fun box() {
"without default".capital<caret>ize(Locale.US)
}