blob: fbe799fc46c492899c46111511bd41bc2706687e [file] [log] [blame]
package validSelection;
public class A_test121_ {
public void foo() {
int x= 1;
int y= 2;
/*]*/x= y + x;
y= x + y;/*[*/
x++;
y++;
}
}