Files
kotlin-fork/compiler/testData/codegen/boxWithStdlib/regressions/kt2246.kt
T
2013-02-11 02:01:40 +04:00

5 lines
58 B
Kotlin

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