Fix problem with alignment in assignments and other binary expressions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
var a = 1
|
||||
a =
|
||||
<caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
var a = 1
|
||||
a =
|
||||
<caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
var a = 1
|
||||
a = <caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
var a = 1
|
||||
a as
|
||||
<caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,7 @@
|
||||
fun test() {
|
||||
var a = 1
|
||||
a as
|
||||
<caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
var a = 1
|
||||
a as <caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
1 is
|
||||
<caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,6 @@
|
||||
fun test() {
|
||||
1 is
|
||||
<caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
1 is <caret>
|
||||
}
|
||||
|
||||
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION
|
||||
Reference in New Issue
Block a user