Fix error alignment for binary expression parts

This commit is contained in:
Nikolay Krasko
2014-05-14 18:37:40 +04:00
parent d4ddf06ebd
commit 391d40e792
5 changed files with 45 additions and 5 deletions
@@ -0,0 +1,16 @@
fun some(f: (String) -> Unit) {}
fun test() {
3 + object {
fun foo() {
}
}
2 ?: some {
s ->
val a = 12
}
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION