blob: a83a71974d15eba20b24e2c825bc72c0fe772122 [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();
}
}