[FIR2IR] Allow symbolTable cache lookups for mapped JVM declarations
This commit is contained in:
committed by
Space Team
parent
0e92f98031
commit
85c2226335
+5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user