Home
last modified time | relevance | path

Searched refs:anotherE (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DTypeLiteralTypeResolutionTest.java298 Type anotherE = arraysAsListClass.getTypeParameters()[0]; in testGetSupertypeForArraysAsList() local
299 TypeLiteral type = TypeLiteral.get(newParameterizedType(AbstractList.class, anotherE)); in testGetSupertypeForArraysAsList()
300 assertEquals(newParameterizedType(AbstractCollection.class, anotherE), in testGetSupertypeForArraysAsList()