Files
kotlin-fork/compiler/testData/codegen/boxInline/reified/capturedLambda.1.kt
T

8 lines
115 B
Kotlin

//NO_CHECK_LAMBDA_INLINING
import test.*
val x: () -> String = foo<String>()
fun box(): String {
return x()
}