Files
kotlin-fork/compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateCall.2.kt
T

5 lines
73 B
Kotlin
Vendored

package test
inline fun call(s: () -> String): String {
return s()
}