Files
kotlin-fork/idea/testData/indentationOnNewline/emptyParameters/EmptyArgumentInCallByDeclaration2.kt
T
Dmitry Gridin 01707800c1 KotlinLikeLangLineIndentProvider: improve indent for braces
Part of #KT-22211
Part of #KT-39353
2020-06-15 16:25:58 +07:00

8 lines
113 B
Kotlin
Vendored

fun a() {
(fun(i: Int) {
})(<caret>)
}
// SET_TRUE: ALIGN_MULTILINE_METHOD_BRACKETS
// IGNORE_FORMATTER