blob: 938c66db8140fdc0c818268c620c1666084f1c77 [file] [log] [blame]
class s {
void f(boolean b) {
for (;;) {
<selection>if (b) {
break;
}</selection>
}
}
}