Searched refs:interfaceTypeVar (Results 1 – 1 of 1) sorted by relevance
331 ITypeVariableDefinition interfaceTypeVar = sigInterface.getTypeParameters().get(0); in convertGenericClassImplementsGenericInterface() local347 assertNotSame(classTypeVar, interfaceTypeVar); in convertGenericClassImplementsGenericInterface()348 assertEquals(classTypeVar.getName(), interfaceTypeVar.getName()); in convertGenericClassImplementsGenericInterface()349 … assertNotSame(classTypeVar.getGenericDeclaration(), interfaceTypeVar.getGenericDeclaration()); in convertGenericClassImplementsGenericInterface()