6 lines
91 B
Kotlin
6 lines
91 B
Kotlin
fun test() {
|
|
var a = 1
|
|
a = <caret>
|
|
}
|
|
|
|
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION |