Files
kotlin-fork/compiler/testData/codegen/boxInline/complexStack/simple.1.kt
T

5 lines
83 B
Kotlin
Vendored

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