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

5 lines
100 B
Kotlin
Vendored

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