Files
kotlin-fork/compiler/testData/codegen/box/regressions/kt2246.kt
T
2020-01-08 13:20:00 +01:00

12 lines
226 B
Kotlin
Vendored

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