LineIndentProvider: support declarations with body expression
Part of #KT-22211
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
val (a, b) <caret>
|
||||
}
|
||||
|
||||
// SET_FALSE: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES
|
||||
Reference in New Issue
Block a user