Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTypeResolutionTest.java117 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 TypeLiteralTypeResolutionTest
125 public int compareTo(MyInteger o) { in compareTo()