blob: 865c81e651a92479fd6a0509440c175132ce9c26 [file] [log] [blame]
package locals_in;
public class A_test509 {
public void foo() {
int x= 0;
int y= 0;
/*]*/y= x;
x= 0;/*[*/
}
}