[FIR2IR] Allow symbolTable cache lookups for mapped JVM declarations

This commit is contained in:
Dmitriy Novozhilov
2023-09-13 13:47:50 +03:00
committed by Space Team
parent 0e92f98031
commit 85c2226335
8 changed files with 89 additions and 3 deletions
@@ -29011,6 +29011,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/multiplatform/k2/javaMethodWithTypeParameter.kt");
}
@TestMetadata("jvmDeclarationsUpdatedMembersInCommonModule.kt")
public void testJvmDeclarationsUpdatedMembersInCommonModule() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/jvmDeclarationsUpdatedMembersInCommonModule.kt");
}
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)