[FIR] Don't remove subsumed members from intersection overrides's overriddens

This fixes a bunch of missing overridden symbols in IR.
This is also required for fixing KT-59921 in the following commit
where we need to keep all overridden symbols of intersection overrides
so that we can enhance them properly.

#KT-57300 Fixed
#KT-57299 Fixed
#KT-59921
#KT-57300
#KT-62788
#KT-64271
#KT-64382
This commit is contained in:
Kirill Rakhman
2024-01-17 09:59:17 +01:00
committed by Space Team
parent d80dee6e1c
commit 3b841dcb98
58 changed files with 899 additions and 530 deletions
@@ -7,30 +7,6 @@ MODULE main
public open
K2
public open operator
K1
contains(I)Z [public, bridge]
K2
---
K1
---
K2
contains(Ljava/lang/Integer;)Z [public, bridge]
K1
indexOf(I)I [public, bridge]
K2
---
K1
---
K2
indexOf(Ljava/lang/Integer;)I [public, bridge]
K1
lastIndexOf(I)I [public, bridge]
K2
---
K1
---
K2
lastIndexOf(Ljava/lang/Integer;)I [public, bridge]
CLASS D.class
CLASS METADATA
FUNCTION removeAt(I)Ljava/lang/Integer;