identityEquals is deprecated
This commit is contained in:
@@ -20,6 +20,7 @@ package kotlin
|
||||
* Returns true if the receiver and the [other] object are the same object instance, or if they
|
||||
* are both null.
|
||||
*/
|
||||
@Deprecated("This function is deprecated, use === instead", ReplaceWith("this === other"))
|
||||
public fun Any?.identityEquals(other: Any?): Boolean // = this === other
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user