JS: update DCE testdata
This commit is contained in:
committed by
Denis Zharkov
parent
ead9b31e03
commit
b389e29db5
+1
-1
@@ -1,4 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1141
|
||||
// EXPECTED_REACHABLE_NODES: 1297
|
||||
class A(val x: Int) {
|
||||
override fun equals(other: Any?): Boolean = other is A && other.x == x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user