[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
@@ -12729,6 +12729,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo
runTest("compiler/testData/codegen/box/delegation/delegationToIntersectionType.kt");
}
@Test
@TestMetadata("delegationToVar.kt")
public void testDelegationToVar() {
runTest("compiler/testData/codegen/box/delegation/delegationToVar.kt");
}
@Test
@TestMetadata("delegationWithPrivateConstructor.kt")
public void testDelegationWithPrivateConstructor() {
@@ -12729,6 +12729,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
runTest("compiler/testData/codegen/box/delegation/delegationToIntersectionType.kt");
}
@Test
@TestMetadata("delegationToVar.kt")
public void testDelegationToVar() {
runTest("compiler/testData/codegen/box/delegation/delegationToVar.kt");
}
@Test
@TestMetadata("delegationWithPrivateConstructor.kt")
public void testDelegationWithPrivateConstructor() {