KotlinLikeLangLineIndentProvider: support braces in blocks
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
@@ -5,5 +5,3 @@ class Test {
|
||||
fun test() {
|
||||
val abc = Test().foo()?.foo({ "str" }).foo {<caret>}
|
||||
}
|
||||
|
||||
// WITHOUT_CUSTOM_LINE_INDENT_PROVIDER
|
||||
Reference in New Issue
Block a user