KotlinLikeLangLineIndentProvider: fix options for parentheses
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun a(): () -> () -> Unit = { { } }
|
||||
|
||||
fun t() {
|
||||
a()()(<caret>)
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
Reference in New Issue
Block a user