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

5 lines
100 B
Kotlin
Vendored

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