[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
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user