[IR] Fix saving function calls during inlining const properties in PropertyAccessorInlineLowering (#3971)
This commit is contained in:
+5
@@ -21941,6 +21941,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/properties/const/constFlags.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constPropertyAccessor.kt")
|
||||
public void testConstPropertyAccessor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constPropertyAccessor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constValInAnnotationDefault.kt")
|
||||
public void testConstValInAnnotationDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/const/constValInAnnotationDefault.kt");
|
||||
|
||||
Reference in New Issue
Block a user