[FIR2IR] Create delegated field for delegation to var property
^KT-65920 Fixed
This commit is contained in:
committed by
Space Team
parent
26fae9e83a
commit
3469e3b198
Generated
+6
@@ -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() {
|
||||
|
||||
Generated
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user