[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
@@ -16803,6 +16803,12 @@ public class JvmAbiConsistencyTestBoxGenerated extends AbstractJvmAbiConsistency
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToVar.kt")
|
||||
public void testDelegationToVar() {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationWithPrivateConstructor.kt")
|
||||
public void testDelegationWithPrivateConstructor() {
|
||||
|
||||
+6
@@ -16419,6 +16419,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToVar.kt")
|
||||
public void testDelegationToVar() {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationWithPrivateConstructor.kt")
|
||||
public void testDelegationWithPrivateConstructor() {
|
||||
|
||||
+6
@@ -16803,6 +16803,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToVar.kt")
|
||||
public void testDelegationToVar() {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationWithPrivateConstructor.kt")
|
||||
public void testDelegationWithPrivateConstructor() {
|
||||
|
||||
+6
@@ -16803,6 +16803,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationToVal.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