[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:
committed by
Space
parent
edbccd0add
commit
6525f7a7ac
Vendored
+1
@@ -18,6 +18,7 @@ STEP 3:
|
||||
modifications:
|
||||
U : A.0.kt -> A.kt
|
||||
modified ir: A.kt
|
||||
updated imports: B.kt, C.kt
|
||||
STEP 4:
|
||||
modifications:
|
||||
U : B.0.kt -> B.kt
|
||||
|
||||
Reference in New Issue
Block a user