Minor, add regression test for KT-58772
#KT-58772
This commit is contained in:
committed by
Space Team
parent
ccf4a6813c
commit
b992e698e4
+5
@@ -35006,6 +35006,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reflection/properties/getPropertiesMutableVsReadonly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceDelegation.kt")
|
||||
public void testInterfaceDelegation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/properties/interfaceDelegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("invokeKProperty.kt")
|
||||
public void testInvokeKProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/properties/invokeKProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user