- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for explicitTypeBoundIsSubtypeOfImplicitTypeBound (0.17 seconds)
-
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
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 20.4K bytes - Click Count (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
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 20.4K bytes - Click Count (0)