Searched refs:aTl (Results 1 – 1 of 1) sorted by relevance
153 TypeLiteral<?> aTl = TypeLiteral.get(typeVariables[0]); in testTypeVariableWithNoBound() local154 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()