[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
@@ -11519,6 +11519,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -11519,6 +11519,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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
@@ -11519,6 +11519,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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
@@ -11519,6 +11519,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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