mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-53013 Allignment of multiline parenthesis
Test data is corrected in accordance with revised algorithm
This commit is contained in:
@@ -3,6 +3,6 @@ class Foo {
|
||||
public void foo() {
|
||||
int someVariable = (y +
|
||||
z
|
||||
);
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -14,7 +14,7 @@ public class Foo {
|
||||
if (x < 0) {
|
||||
int someVariable = (y +
|
||||
z
|
||||
);
|
||||
);
|
||||
someVariable = x =
|
||||
x +
|
||||
y;
|
||||
|
||||
Reference in New Issue
Block a user