[tests] Add a test case for KT-61978

^KT-61978 Obsolete
This commit is contained in:
Stanislav Ruban
2023-11-26 22:27:08 +01:00
committed by Space Team
parent 28c1049518
commit 269b60b420
20 changed files with 139 additions and 0 deletions
@@ -12664,6 +12664,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/delegatedProperty/delegatedPropertyInEnum.kt");
}
@TestMetadata("DelegationByFunctionWithEnumUpperBound.kt")
public void testDelegationByFunctionWithEnumUpperBound() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/DelegationByFunctionWithEnumUpperBound.kt");
}
@TestMetadata("extensionDelegatesWithSameNames.kt")
public void testExtensionDelegatesWithSameNames() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/extensionDelegatesWithSameNames.kt");