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

5 lines
83 B
Kotlin
Vendored

import test.*
fun box(): String {
return processRecords { ext -> ext + "K" }
}