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