blob: af807d53c7b0324c0a42f9b13e39fe8616cc3047 [file] [log] [blame]
import java.util.*;
public class Test {
void method(Integer[] l) {
l.set(1, "");
}
}