blob: eb66fa5edfdac4fee0bd267b21674736113d29a1 [file] [log] [blame]
class Xtract {
void me(int i) {
<selection>if (i ==10) {
return;
}</selection>
System.out.println("i: " + i);
}
}