[tests] Add a test case for KT-61978
^KT-61978 Obsolete
This commit is contained in:
committed by
Space Team
parent
28c1049518
commit
269b60b420
+6
@@ -15047,6 +15047,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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 {
|
||||
|
||||
+6
@@ -15413,6 +15413,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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 {
|
||||
|
||||
+6
@@ -15413,6 +15413,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user