- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs (0.35 sec)
-
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
assertEquals( new TypeToken<ThreeTypeArgs<T, Integer, ?>>() {}, supertype.getSubtype(subtype.getRawType())); } public void testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs() { class BaseWithTypeVar<T> {} class Outer<O> { class Sub<X> extends BaseWithTypeVar<List<X>> {} class Sub2<Y extends Sub2<Y>> extends BaseWithTypeVar<List<Y>> {}
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 21:13:09 UTC 2024 - 89.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
assertEquals( new TypeToken<ThreeTypeArgs<T, Integer, ?>>() {}, supertype.getSubtype(subtype.getRawType())); } public void testGetSubtype_recursiveTypeBoundInSubtypeTranslatedAsIs() { class BaseWithTypeVar<T> {} class Outer<O> { class Sub<X> extends BaseWithTypeVar<List<X>> {} class Sub2<Y extends Sub2<Y>> extends BaseWithTypeVar<List<Y>> {}
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 21:13:09 UTC 2024 - 89.1K bytes - Viewed (0)