Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for FirstConstantIsNull (0.06 seconds)

  1. guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

      }
    
      private static class FirstConstantIsNull {
        // To test that null constant is ignored
        @Keep public static final @Nullable FirstConstantIsNull FIRST = null;
    
        @Keep public static final FirstConstantIsNull SECOND = new FirstConstantIsNull();
      }
    
      public static class NonFinalFieldIgnored {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 20:45:32 GMT 2025
    - 22.6K bytes
    - Click Count (0)
  2. android/guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java

      }
    
      private static class FirstConstantIsNull {
        // To test that null constant is ignored
        @Keep public static final @Nullable FirstConstantIsNull FIRST = null;
    
        @Keep public static final FirstConstantIsNull SECOND = new FirstConstantIsNull();
      }
    
      public static class NonFinalFieldIgnored {
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Dec 11 20:45:32 GMT 2025
    - 22.2K bytes
    - Click Count (0)
Back to Top