blob: 71e5e863a19f93a6a9d7dec4f1fac6c30a7e9195 [file] [log] [blame]
import java.util.List;
public class X {
public List<Integer> list;
}