Drop identityEquals from builtins, compiler and tests.
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@ fun box(): String {
|
||||
}
|
||||
}
|
||||
catch (caught: Throwable) {
|
||||
if (!(caught.identityEquals(e))) return "Fail: $caught"
|
||||
if (caught !== e) return "Fail: $caught"
|
||||
}
|
||||
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user