[tests] Add a test case for KT-61978
^KT-61978 Obsolete
This commit is contained in:
committed by
Space Team
parent
28c1049518
commit
269b60b420
+5
@@ -12664,6 +12664,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/delegatedPropertyInEnum.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("DelegationByFunctionWithEnumUpperBound.kt")
|
||||
public void testDelegationByFunctionWithEnumUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/DelegationByFunctionWithEnumUpperBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionDelegatesWithSameNames.kt")
|
||||
public void testExtensionDelegatesWithSameNames() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/extensionDelegatesWithSameNames.kt");
|
||||
|
||||
Reference in New Issue
Block a user