Fix problem with alignment in assignments and other binary expressions

This commit is contained in:
Nikolay Krasko
2014-05-14 18:51:04 +04:00
parent 356cb80e7f
commit d4ddf06ebd
19 changed files with 285 additions and 7 deletions
@@ -0,0 +1,17 @@
fun test(a: Int?) {
a ?: 42
a ?: 42
a ?:
42
a
?: 42
val some = a ?:
b ?:
12
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION