[FIR] Reuse enhancement storage during creation of synthetic properies

^KT-61972 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-09-18 12:00:24 +03:00
committed by Space Team
parent cec299ac0a
commit 97cf240450
8 changed files with 65 additions and 6 deletions
@@ -32190,6 +32190,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/properties/privatePropertyWithoutBackingField.kt");
}
@TestMetadata("propertyInUpperCaseWithJava.kt")
public void testPropertyInUpperCaseWithJava() throws Exception {
runTest("compiler/testData/codegen/box/properties/propertyInUpperCaseWithJava.kt");
}
@TestMetadata("protectedJavaFieldInInline.kt")
public void testProtectedJavaFieldInInline() throws Exception {
runTest("compiler/testData/codegen/box/properties/protectedJavaFieldInInline.kt");