FIR: Fix wrong ACCIDENTAL_OVERRIDE on fake override property with JvmName
This commit is contained in:
committed by
teamcityserver
parent
6f55d23bab
commit
a7859e0332
+6
@@ -26115,6 +26115,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/jvmName/fakeJvmNameInJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideOfProperty.kt")
|
||||
public void testFakeOverrideOfProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmName/fakeOverrideOfProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionName.kt")
|
||||
public void testFunctionName() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user