blob: 3343ae9a99bf1858a227eb88c51793d60ef33ec0 [file] [log] [blame]
package locals_in;
public class A_test502 {
public void foo() {
int x= 0;
int y= 0;
/*]*/x= 10;
y= x;
x= y;/*[*/
}
}