Revert "DeclarationJoinLinesHandler: respect precedence for both initializer and right-hand operand"

This reverts commit 7730b97e (IDEA-CR-34859)
This commit is contained in:
Tagir Valeev
2018-07-12 17:20:20 +07:00
parent 1584e0b247
commit fa71413378
6 changed files with 100 additions and 71 deletions
@@ -1,6 +0,0 @@
class Foo {
{
int a = 1 + 2<caret>;
a *= 2 + 3;
}
}