Fix formatting for multiline binary expressions
#KT-4797 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun some() {
|
||||
val test = 3 +
|
||||
<caret>4
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
Reference in New Issue
Block a user