blob: f45a1a5efb8a7863a72aa6cc105dca0048cae082 [file] [log] [blame]
/*
* package g1.t.s.ref is the package to define types (t) which contain
* references (ref) to generic types (g1) which have only one single (s) type parameter
*
* This type is a non-generic type which contains a generic member.
*/
package g3.t.def;
public class NGS {
public class Generic<T> {
public T t;
}
}