Files
kotlin-fork/compiler/testData/codegen/boxInline/compexStack/simpleExtension.1.kt
T

6 lines
84 B
Kotlin
Vendored

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