Files
kotlin-fork/compiler/testData/codegen/boxInline/compexStack/simple3.1.kt
T
2016-02-05 15:42:46 +03:00

7 lines
141 B
Kotlin
Vendored

import test.*
fun box(): String {
val result = processRecords { "B" + it }
return if (result == "BOK1") "OK" else "fail: $result"
}