- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for explicitTypeBoundIsSubtypeOfImplicitTypeBound (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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)