[JS IR BE] Update tests

This commit is contained in:
Zalim Bashorov
2018-07-25 14:38:28 +03:00
parent 0da14e4189
commit 2fb286e39c
57 changed files with 3 additions and 56 deletions
+1 -2
View File
@@ -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
}
}