10 lines
171 B
Kotlin
Vendored
10 lines
171 B
Kotlin
Vendored
// TODO: muted automatically, investigate should it be ran for JS or not
|
|
// IGNORE_BACKEND: JS
|
|
|
|
// WITH_RUNTIME
|
|
|
|
fun box(): String {
|
|
kotlin.assert(true)
|
|
return "OK"
|
|
}
|