Files
kotlin-fork/idea/testData/formatter/SingleLineFunctionLiteral_after_inv.kt
T

6 lines
116 B
Kotlin

fun test(some: (Int) -> Int) {
}
fun foo() = test() {it}
// SET_TRUE: INSERT_WHITESPACES_IN_SIMPLE_ONE_LINE_METHOD