[JS IR] Do not copy interface method if base class inherits it

^KT-58599 Fixed
This commit is contained in:
Alexander Korepanov
2023-05-30 08:22:43 +00:00
committed by Space Team
parent 9ca9fc9c68
commit 8066f1b7d2
54 changed files with 886 additions and 8 deletions
@@ -16292,6 +16292,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/noNothingValueInsideSpecialCall.kt");
}
@TestMetadata("overrideDefaultProperty.kt")
public void testOverrideDefaultProperty() throws Exception {
runTest("compiler/testData/codegen/box/inference/overrideDefaultProperty.kt");
}
@TestMetadata("overrideGenericDefaultMethod.kt")
public void testOverrideGenericDefaultMethod() throws Exception {
runTest("compiler/testData/codegen/box/inference/overrideGenericDefaultMethod.kt");
}
@TestMetadata("plusAssignInsideLambda.kt")
public void testPlusAssignInsideLambda() throws Exception {
runTest("compiler/testData/codegen/box/inference/plusAssignInsideLambda.kt");