Files
openide/java/java-tests/testData/psi/formatter/java/If.java
T
Denis.Zhdanov 3d15472599 IDEA-90860 Reformat Code breaks Copyright/Header
1. Block.getSpacing() contract is refined;
2. Java formatter tests don't strip line feeds and trailing spaces now;
3. Test data is corrected;
2012-09-01 18:43:06 +04:00

6 lines
63 B
Java

class Foo {
void foo() {
if (a) {
}
}
}