unsafeNulls

@compileTimeOnly("`unsafeNulls` can only be used at compile time in import statements") object unsafeNulls

Unsafe Nulls fot Explicit Nulls Inside the "unsafe" scope, Null is considered as a subtype of all reference types.

Unsafe Nulls fot Explicit Nulls Inside the "unsafe" scope, Null is considered as a subtype of all reference types.

See also
class Object
trait Matchable
class Any