Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound (0.58 seconds)

  1. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        assertThat(new TypeToken<List<? extends Iterable<?>>>() {}.isSupertypeOf(fieldType)).isFalse();
      }
    
      public void testWildcardCaptured_typeVariableDeclaresTypeBound_wildcardHasExplicitUpperBound()
          throws Exception {
        TypeToken<Counter<? extends Number>> type = new TypeToken<Counter<? extends Number>>() {};
        TypeToken<?> fieldType =
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Oct 28 18:44:53 GMT 2025
    - 89K bytes
    - Click Count (0)
Back to Top