blob: 93713db15b5657a51fa70c3ed9a972cb5b3e50e4 [file] [log] [blame]
package return_in;
public class A_test726 {
boolean flag;
protected void foo() {
int j= 0;
for(int i= 0; i < 10; i++) {
if (flag) {
/*[*/j= 10;/*]*/
} else {
read(j);
}
}
}
private void read(int i) {
}
}