Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for explicitTypeBoundIsSubtypeOfImplicitTypeBound (0.61 sec)

  1. 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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top