Searched refs:typeVariableToken (Results 1 – 1 of 1) sorted by relevance
1042 TypeToken<T> typeVariableToken = (TypeToken<T>) TypeToken.of(new TypeCapture<T>() {}.capture()); in testGetSupertype_fromTypeVariable() local1044 typeVariableToken.getSupertype(Iterable.class)); in testGetSupertype_fromTypeVariable()