FIR: Fix wrong ACCIDENTAL_OVERRIDE on fake override property with JvmName

This commit is contained in:
Denis.Zharkov
2021-11-10 18:15:22 +03:00
committed by teamcityserver
parent 6f55d23bab
commit a7859e0332
7 changed files with 69 additions and 10 deletions
@@ -21628,6 +21628,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvmName/fakeJvmNameInJava.kt");
}
@TestMetadata("fakeOverrideOfProperty.kt")
public void testFakeOverrideOfProperty() throws Exception {
runTest("compiler/testData/codegen/box/jvmName/fakeOverrideOfProperty.kt");
}
@TestMetadata("functionName.kt")
public void testFunctionName() throws Exception {
runTest("compiler/testData/codegen/box/jvmName/functionName.kt");