Files
kotlin-fork/idea/testData/indentationOnNewline/HigherOrderFunction.after.kt
T
Dmitry Gridin 9d6ea3c073 KotlinLikeLangLineIndentProvider: fix options for parentheses
Part of #KT-22211
Part of #KT-39353
2020-06-15 16:25:57 +07:00

9 lines
128 B
Kotlin
Vendored

fun a(): () -> () -> Unit = { { } }
fun t() {
a()()(
<caret>
)
}
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS