Files
kotlin-fork/compiler/testData/codegen/box/regressions/lambdaAsLastExpressionInLambda.kt
T
2017-08-23 15:53:45 +03:00

5 lines
73 B
Kotlin
Vendored

val foo: ((String) -> String) = run {
{ it }
}
fun box() = foo("OK")