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

4 lines
81 B
Kotlin
Vendored

fun test(some: (Int) -> Int) {
}
fun foo() = test() {if (true) { 0 } else { 1 }}