mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Drop identityEquals from builtins, compiler and tests.
This commit is contained in:
@@ -7,6 +7,6 @@ fun box(): String {
|
||||
a.add("prosper")
|
||||
val b = a.clone()
|
||||
if (a != b) return "Fail equals"
|
||||
if (a.identityEquals(b)) return "Fail identity"
|
||||
if (a === b) return "Fail identity"
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user