mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 18:03:06 +07:00
1. Block.getSpacing() contract is refined; 2. Java formatter tests don't strip line feeds and trailing spaces now; 3. Test data is corrected;
7 lines
116 B
Java
7 lines
116 B
Java
class Foo {
|
|
public void foo() {
|
|
int someVariable = (y +
|
|
z
|
|
);
|
|
}
|
|
} |