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

5 lines
79 B
Kotlin
Vendored

import test.*
fun box(): String {
return processRecords { a, b -> a + b}
}