Files
kotlin-fork/idea/testData/formatter/SpaceBeforeFunctionLiteral.after.kt
T
2013-09-24 06:58:40 -07:00

6 lines
65 B
Kotlin
Vendored

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