LineIndentProvider: support elvis operator
Part of #KT-22211
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test(some: Any?, error: Int) {
|
||||
val test = some <caret>?: error
|
||||
}
|
||||
|
||||
// SET_FALSE: CONTINUATION_INDENT_IN_ELVIS
|
||||
Reference in New Issue
Block a user