3 lines
97 B
Kotlin
Vendored
3 lines
97 B
Kotlin
Vendored
val f: (Int, Int, Int) -> Int = { x, y, z -> x + y + z }
|
|
|
|
// SET_FALSE: SPACE_BEFORE_LAMBDA_ARROW |