blob: e20eeef79a6451ff7b7ec79d9f961c7d759c7578 [file] [log] [blame]
// test024
public class A {
public void foo() {
if (shortCondition) fitOnSameLine();
if (this.condition.isQuiteLong()) cannotFitOnSameLineAsIf("some argument", "some other argument");
if (should-split-first) if (should-split-second) if (remainCompact) if (remainCompact) whatever();
}
}