== turned into a safe-call
This commit is contained in:
@@ -22,13 +22,6 @@ package kotlin
|
||||
*/
|
||||
public fun Any?.identityEquals(other: Any?): Boolean // = this === other
|
||||
|
||||
/**
|
||||
* Returns true if the receiver and the [other] object are "equal" to each other, or if they are
|
||||
* both null.
|
||||
* @see Any.equals
|
||||
*/
|
||||
public fun Any?.equals(other: Any?): Boolean
|
||||
|
||||
/**
|
||||
* Returns a string representation of the object. Can be called with a null receiver, in which case
|
||||
* it returns the string "null".
|
||||
|
||||
Reference in New Issue
Block a user