[FIR2IR] Include generated IR fields into Fir2IrCommonMemberStorage
In case of HMPP structure with common JVM module (e.g. shared between JVM and Android) one can reference the same field from java code, so it should be shared between fir2ir sessions ^KT-63574 Fixed
This commit is contained in:
committed by
Space Team
parent
701a48b211
commit
58678c09e8
+5
@@ -29667,6 +29667,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/jvmDeclarationsUpdatedMembersInCommonModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("staticjavaFieldInCommonCode.kt")
|
||||
public void testStaticjavaFieldInCommonCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/staticjavaFieldInCommonCode.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user