8 lines
177 B
Kotlin
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()
|
|
}
|