Files
kotlin-fork/backend.native/tests/external/codegen/blackbox/strings/kt2592.kt
T

8 lines
177 B
Kotlin

// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
fun box(): String {
String()
return String() + "OK" + String()
}