Files
kotlin-fork/compiler/testData/codegen/boxInline/enclosingInfo/anonymousInLambda.2.kt
T

4 lines
52 B
Kotlin
Vendored

package test
inline fun <R> call(s: () -> R) = s()