Files
kotlin-fork/idea/testData/formatter/LambdaArrow.kt
T
2013-09-03 21:05:17 +04:00

3 lines
107 B
Kotlin
Vendored

val f: (Int, Int, Int) -> Int = { x, y, z -> x + y + z }
// SET_FALSE: SPACE_BEFORE_LAMBDA_ARROW