Searched refs:MyInteger (Results 1 – 1 of 1) sorted by relevance
117 TypeLiteral<?> resolver = TypeLiteral.get(MyInteger.class); in testRecursiveTypeVariable()118 assertEquals(MyInteger.class, resolver.getParameterTypes(comparableCompareTo).get(0).getType()); in testRecursiveTypeVariable()123 static class MyInteger implements MyComparable<MyInteger> { class in TypeLiteralTypeResolutionTest125 public int compareTo(MyInteger o) { in compareTo()