//: generics/CuriouslyRecurringGeneric.java class GenericType {} public class CuriouslyRecurringGeneric extends GenericType {} ///:~