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