Files
kotlin-fork/compiler/testData/codegen/box/strings/kt2592.kt
T
2021-10-02 06:14:35 +00:00

7 lines
125 B
Kotlin
Vendored

// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB
fun box(): String {
String()
return String() + "OK" + String()
}