class Test{ public void foo() { if (cond1){ if (cond2) return; } else if (cond3){ } x(); } }