Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/highOrderFunctions/InsertFunctionWithSingleParameterWithBrace.kt
T
Roman Golyshev 4c0cab4756 FIR IDE: Always insert additional spaces into lambda brackets
The customization of this with
`INSERT_WHITESPACES_IN_SIMPLE_ONE_LINE_METHOD` will be supported later
2021-03-19 17:44:15 +03:00

9 lines
110 B
Kotlin
Vendored

// FIR_COMPARISON
fun some(f: () -> Unit) { f() }
fun test() {
some<caret>
}
// ELEMENT: some
// CHAR: {