[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
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user