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

6 lines
66 B
Kotlin
Vendored

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