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