FIR: Fix wrong ACCIDENTAL_OVERRIDE on fake override property with JvmName
This commit is contained in:
committed by
teamcityserver
parent
6f55d23bab
commit
a7859e0332
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user