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

7 lines
114 B
Kotlin
Vendored

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