FIR: Fix serialization of delegated members

^KT-47413 Relates
This commit is contained in:
Denis.Zharkov
2021-06-22 17:41:05 +03:00
committed by TeamCityServer
parent cc71069a3a
commit 201dded237
6 changed files with 77 additions and 2 deletions
@@ -11219,6 +11219,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/delegation/diamond2.kt");
}
@TestMetadata("differentModules.kt")
public void testDifferentModules() throws Exception {
runTest("compiler/testData/codegen/box/delegation/differentModules.kt");
}
@TestMetadata("genericProperty.kt")
public void testGenericProperty() throws Exception {
runTest("compiler/testData/codegen/box/delegation/genericProperty.kt");