Files
kotlin-fork/compiler/testData/codegen/box/strings/kt2592.kt
T
2018-06-09 19:15:38 +03:00

6 lines
98 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
fun box(): String {
String()
return String() + "OK" + String()
}