[FIR2IR] Adapt IrActualizer to HMPP modules

Previously it collected actual declaration only from platform module
This commit is contained in:
Dmitriy Novozhilov
2023-02-10 11:09:46 +02:00
committed by Space Team
parent d4bb740a62
commit 30ea4b6b53
4 changed files with 86 additions and 2 deletions
@@ -33142,6 +33142,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/multiplatform/multiModule/getRidOfDoubleBindingInFir2IrLazyProperty.kt");
}
@Test
@TestMetadata("hmppSimple.kt")
public void testHmppSimple() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/hmppSimple.kt");
}
@Test
@TestMetadata("independentCommonSourceModules.kt")
public void testIndependentCommonSourceModules() throws Exception {