Merge branch 'master' into changeSignature

This commit is contained in:
Maxim Medvedev
2010-05-29 17:23:45 +04:00
152 changed files with 3194 additions and 1454 deletions
@@ -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;