blob: e16f3d100bc91666757226bb3897cfb915ff8cf1 [file] [log] [blame]
import java.util.*;
public class Test {
void meth(List<ArrayList<Integer>> p) {
ArrayList<Integer> v = p.get(0);
}
}