package p; import java.util.ArrayList; import java.util.List; public class Snippet { List<Integer> m() { return new ArrayList<>(); } }