blob: d5616fb96c919a565f509192a59b24b8d438c4d8 [file]
fun box(): String {
val result = runTest{minByTest<Int> { it }}
if (result != 1) return "test1: ${result}"
return "OK"
}