blob: 8df669c778995810f29a9a9c8fc0a5f63eb228d5 [file] [log] [blame]
import java.util.*;
class Test {
void method(List<String> l) {
l.add("");
}
}