[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
@@ -11495,6 +11495,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
runTest("compiler/testData/codegen/box/delegatedProperty/delegatedPropertyInEnum.kt");
}
@Test
@TestMetadata("DelegationByFunctionWithEnumUpperBound.kt")
public void testDelegationByFunctionWithEnumUpperBound() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/DelegationByFunctionWithEnumUpperBound.kt");
}
@Test
@TestMetadata("extensionDelegatesWithSameNames.kt")
public void testExtensionDelegatesWithSameNames() throws Exception {
@@ -11495,6 +11495,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
runTest("compiler/testData/codegen/box/delegatedProperty/delegatedPropertyInEnum.kt");
}
@Test
@TestMetadata("DelegationByFunctionWithEnumUpperBound.kt")
public void testDelegationByFunctionWithEnumUpperBound() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/DelegationByFunctionWithEnumUpperBound.kt");
}
@Test
@TestMetadata("extensionDelegatesWithSameNames.kt")
public void testExtensionDelegatesWithSameNames() throws Exception {