1c0fd7342f
#KT-37310 Fixed #KT-37304 Fixed
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
val foo: ((String) -> String) = run {
|
|
{ it }
|
|
}
|
|
|
|
fun box() = foo("OK") |