Files
kotlin-fork/idea/testData/formatter/SpaceBeforeFunctionLiteral_after.kt
T
2012-08-21 12:54:53 +04:00

6 lines
65 B
Kotlin

fun test(some: (Int) -> Int) {
}
fun foo() {
test() { it }
}