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

7 lines
75 B
Kotlin
Vendored

// WITH_RUNTIME
fun box(): String {
kotlin.assert(true)
return "OK"
}