[JS IR BE] Update tests
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1157
|
||||
package foo
|
||||
|
||||
@@ -8,7 +7,7 @@ object f {
|
||||
override fun equals(other: Any?): Boolean {
|
||||
equalsCalled++
|
||||
if (equalsCalled > 1) return false
|
||||
return super.equals(other)
|
||||
return this === other
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user