[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
+6
@@ -13808,6 +13808,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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() {
|
||||
|
||||
+6
@@ -14122,6 +14122,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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() {
|
||||
|
||||
+6
@@ -13494,6 +13494,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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() {
|
||||
|
||||
+6
@@ -13809,6 +13809,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
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