Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java153 TypeLiteral<?> aTl = TypeLiteral.get(typeVariables[0]); in testTypeVariableWithNoBound() local
154 assertEquals(Object.class, aTl.getRawType()); in testTypeVariableWithNoBound()
155 assertEquals("A", aTl.toString()); in testTypeVariableWithNoBound()
156 TypeVariable<?> aTv = (TypeVariable) aTl.getType(); in testTypeVariableWithNoBound()
161 assertEqualsBothWays(aTl, TypeLiteral.get(HasTypeParameters.class.getTypeParameters()[0])); in testTypeVariableWithNoBound()