mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
Merge branch 'master' into changeSignature
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