import java.util.Date; import java.util.ArrayList; import java.util.List; public class Main { public List foo(){ return new ArrayList<>(); } }