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;
10 lines
174 B
Java
10 lines
174 B
Java
class Foo {
|
|
public void foo() {
|
|
bar_call(new Runnable() {
|
|
void run() {
|
|
bar();
|
|
bar();
|
|
}
|
|
});
|
|
}
|
|
} |