blob: 0771225ebb5017864f7a23ee8b1e68c19725261e [file] [log] [blame]
package g6.t.ref;
import g6.t.def.List;
public class Single {
List list;
List<Exception> exceptionList;
List<Exception>[] exceptionListArray;
List<List<Exception>[]> exceptionListArrayList;
}