a0500f56d2
#KT-3932 fixed
3 lines
107 B
Kotlin
Vendored
3 lines
107 B
Kotlin
Vendored
val f: (Int, Int, Int) -> Int = { x, y, z -> x + y + z }
|
|
|
|
// SET_FALSE: SPACE_BEFORE_LAMBDA_ARROW |