blob: 9392123e88e7d8d2f627eacc65e055f6d9ee71ac [file] [log] [blame]
package locals_in;
public class A_test569 {
public void foo() {
String[] args[]= null;
/*[*/args= new String[1][4];/*]*/
args[0]= args[1];
}
}