[FIR] Fix naming of local classes when serializing metadata

^KT-63655: Fixed
^KT-63901: Fixed
^KT-63988: Fixed
This commit is contained in:
vladislav.grechko
2024-01-29 18:02:09 +01:00
committed by Space Team
parent 78876b32e9
commit 54858c2118
49 changed files with 327 additions and 182 deletions
@@ -35564,6 +35564,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/reflection/jvmKTypeCaching.kt");
}
@TestMetadata("kt63988.kt")
public void testKt63988() throws Exception {
runTest("compiler/testData/codegen/box/reflection/kt63988.kt");
}
@TestMetadata("compiler/testData/codegen/box/reflection/annotations")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
@@ -37324,6 +37329,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testLocalClassesAndAnonymousObjects() throws Exception {
runTest("compiler/testData/codegen/box/reflection/localClasses/localClassesAndAnonymousObjects.kt");
}
@TestMetadata("localNestedClasses.kt")
public void testLocalNestedClasses() throws Exception {
runTest("compiler/testData/codegen/box/reflection/localClasses/localNestedClasses.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/reflection/mapping")