blob: d291d24c451d058c3123367558691775b703508b [file] [log] [blame]
class Test{
public void foo() {
if (cond1){
<selection>if (cond2) return;</selection>
}
else if (cond3){
}
x();
}
}