Package 

Enum BreakNullSafety


  • 
    enum BreakNullSafety
    
                        

    Do Not Use Outside This Project. It tests for some things that Java's type system lets you do. Kotlin's type system doesn't allow this test because it would be nonsensical in Kotlin. We have to keep this in Java (for now) to test for bugs in non-Kotlin code.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      INSTANCE
    • Method Summary

      Modifier and Type Method Description
      void compareToNull(Comparable<out Object> comp)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait