Searched refs:withBounds (Results 1 – 1 of 1) sorted by relevance
304 TypeVariable<?> noBound = withBounds(noBoundJvmType); in testNewTypeVariable()305 TypeVariable<?> objectBound = withBounds(objectBoundJvmType, Object.class); in testNewTypeVariable()306 TypeVariable<?> upperBound = withBounds( in testNewTypeVariable()311 withBounds(noBoundJvmType, Object.class)); in testNewTypeVariable()336 private static <D extends GenericDeclaration> TypeVariable<D> withBounds( in withBounds() method in TypesTest