Files
kotlin-fork/compiler/testData/codegen/box/regressions/kt2246.kt
T

12 lines
225 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// 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"
}