Files
kotlin-fork/idea/testData/indentationOnNewline/emptyParameters/EmptyArgumentInCallByDeclaration.after.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

9 lines
108 B
Kotlin
Vendored

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