mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
7 lines
134 B
Kotlin
Vendored
7 lines
134 B
Kotlin
Vendored
fun box(): String {
|
|
val result = runTest{minByTest<Int> { it }}
|
|
|
|
if (result != 1) return "test1: ${result}"
|
|
|
|
return "OK"
|
|
} |