Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for topLevelClassIsNotSupertype (0.57 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            Mall<Indoor>.Retailer<Grocery> shop) {
          return notSubtype(shop);
        }
    
        @TestSubtype
        public Comparator<Electronics> topLevelClassIsNotSupertype(
            Mall<Indoor>.Shop<Electronics> shop) {
          return notSubtype(shop);
        }
      }
    
      private static class RecursiveTypeBoundBugExample<T extends RecursiveTypeBoundBugExample<T>>
    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)
Back to Top