KT-52592 Fix NPE from KProperty.getExtensionDelegate on property delegated to another property; make $delegate methods private
This commit is contained in:
committed by
teamcity
parent
315501debf
commit
3b5179686e
+5
@@ -33942,6 +33942,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reflection/properties/getDelegate/getExtensionDelegate.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("getExtensionDelegateForDelegatedToAnother.kt")
|
||||
public void testGetExtensionDelegateForDelegatedToAnother() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/properties/getDelegate/getExtensionDelegateForDelegatedToAnother.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kPropertyForDelegatedProperty.kt")
|
||||
public void testKPropertyForDelegatedProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/properties/getDelegate/kPropertyForDelegatedProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user