[FIR2IR] Create delegated field for delegation to var property

^KT-65920 Fixed
This commit is contained in:
Dmitriy Novozhilov
2024-02-19 14:57:08 +02:00
committed by Space Team
parent 26fae9e83a
commit 3469e3b198
24 changed files with 152 additions and 9 deletions
@@ -13864,6 +13864,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/delegation/delegationToVal.kt");
}
@TestMetadata("delegationToVar.kt")
public void testDelegationToVar() {
runTest("compiler/testData/codegen/box/delegation/delegationToVar.kt");
}
@TestMetadata("delegationWithPrivateConstructor.kt")
public void testDelegationWithPrivateConstructor() {
runTest("compiler/testData/codegen/box/delegation/delegationWithPrivateConstructor.kt");