[FIR2IR] Adapt IrActualizer to HMPP modules
Previously it collected actual declaration only from platform module
This commit is contained in:
committed by
Space Team
parent
d4bb740a62
commit
30ea4b6b53
+6
@@ -33142,6 +33142,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user