Fix formatting for multiline binary expressions

#KT-4797 Fixed
This commit is contained in:
Nikolay Krasko
2014-04-20 01:27:11 +04:00
parent 055859888e
commit 45013ce8af
31 changed files with 354 additions and 29 deletions
@@ -1,8 +1,8 @@
// MOVE: up
fun foo() {
val x = 1 +
(2 +
<caret>3)
(2 +
<caret>3)
fun bar1() {}
fun bar2() {}
}