
Issue was with determining the upper bounds of raw types when they had type parameters with circular references, example: GenericClass<E extends Foo<E>>
Issue was with determining the upper bounds of raw types when they had type parameters with circular references, example: GenericClass<E extends Foo<E>>