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