- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for explicitTypeBoundIsSubtypeOfImplicitTypeBound (0.18 sec)
-
guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
// Foo<?> and Foo<? extends Bar> equal for class Foo<T extends Bar> @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true) public UseIterable<?> explicitTypeBoundIsSubtypeOfImplicitTypeBound( UseIterable<? extends Iterable<?>> obj) { return isSubtype(obj); } // Can't test getSupertype() or getSubtype() because JDK reflection doesn't consider
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java
// Foo<?> and Foo<? extends Bar> equal for class Foo<T extends Bar> @TestSubtype(suppressGetSupertype = true, suppressGetSubtype = true) public UseIterable<?> explicitTypeBoundIsSubtypeOfImplicitTypeBound( UseIterable<? extends Iterable<?>> obj) { return isSubtype(obj); } // Can't test getSupertype() or getSubtype() because JDK reflection doesn't consider
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 20.4K bytes - Viewed (0)