[JS IR] Do not copy interface method if base class inherits it
^KT-58599 Fixed
This commit is contained in:
committed by
Space Team
parent
9ca9fc9c68
commit
8066f1b7d2
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user