[JS IR] Fix a IC dependency building for class methods.

The patch fixes lost IC dependencies for inherited class or interface methods.
 Especially between a fake override function and its implementation.
 Since IrSymbolDeserializer doesn't provide all class methods,
 they are collected from the class definitions.

^KT-53063 Fixed
This commit is contained in:
Alexander Korepanov
2022-07-05 12:34:54 +02:00
committed by Space
parent edbccd0add
commit 6525f7a7ac
42 changed files with 504 additions and 30 deletions
@@ -0,0 +1,23 @@
MODULES: lib1, lib2, main
STEP 0..1:
libs: lib1, lib2, main
dirty js: lib1, lib2, main
STEP 2:
libs: lib1, lib2, main
dirty js: lib1, lib2
STEP 3:
libs: lib1, lib2, main
dirty js: lib1
STEP 4:
libs: lib1, lib2, main
dirty js: main, lib1, lib2
STEP 5:
libs: lib1, lib2, main
dirty js: lib1
STEP 6..10:
libs: lib1, lib2, main
dirty js: lib1, lib2, main
STEP 11:
libs: lib1, lib2, main
dirty js: lib1