[JS IR BE] Support super calls for methods of Any
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1141
|
||||
class A(val x: Int) {
|
||||
override fun equals(other: Any?): Boolean = other is A && other.x == x
|
||||
|
||||
Reference in New Issue
Block a user