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