[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
@@ -12544,6 +12544,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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 {
@@ -12838,6 +12838,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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 {
@@ -12250,6 +12250,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {
@@ -12545,6 +12545,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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 {