Files
kotlin/compiler/testData/codegen/boxInline/noInline/lambdaAsGeneric.1.kt
2015-04-13 16:11:21 +03:00

6 lines
83 B
Kotlin
Vendored

//NO_CHECK_LAMBDA_INLINING
fun box() : String {
test {"123"}
return "OK"
}