[FIR] Reuse enhancement storage during creation of synthetic properies
^KT-61972 Fixed
This commit is contained in:
committed by
Space Team
parent
cec299ac0a
commit
97cf240450
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user