FIR2IR: Do not add fake override if the member is overridden

#KT-56398 Fixed
This commit is contained in:
Ilmir Usmanov
2023-02-15 17:23:35 +01:00
parent 3c9d653595
commit bfa2937fb8
7 changed files with 94 additions and 17 deletions
@@ -27089,6 +27089,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/multiplatform/multiModule/expectInterfaceInSupertypes.kt");
}
@TestMetadata("expectInterfaceInheritance.kt")
public void testExpectInterfaceInheritance() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/expectInterfaceInheritance.kt");
}
@TestMetadata("fakeOverridesInPlatformModule.kt")
public void testFakeOverridesInPlatformModule() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/fakeOverridesInPlatformModule.kt");