Files
kotlin-fork/compiler/testData/codegen/boxInline/severalUsage/1.kt
T
2014-03-03 15:43:35 +04:00

7 lines
134 B
Kotlin

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