blob: 559008d380bf271cbb732db99116849c47d2cb25 [file] [log] [blame]
import java.util.ArrayList;
import java.util.List;
public class X {
List<String> f() {
return new ArrayList<String>();
}
}