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

5 lines
75 B
Kotlin
Vendored

import test.*
fun box(): String {
return processRecords { "O" + it }
}