JVM_IR: repair overriddenSymbols in InterfaceDelegationLowering
When creating delegation redirectors for default implementations of interface functions, `overriddenSymbols` should be repaired across the whole module, not just a particular file.
This commit is contained in:
Generated
+5
@@ -1004,6 +1004,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideFromInterfaceThroughIntermediateClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideMultiFile.kt")
|
||||
public void testFakeOverrideMultiFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideMultiFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideOfTraitImpl.kt")
|
||||
public void testFakeOverrideOfTraitImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideOfTraitImpl.kt");
|
||||
|
||||
+5
@@ -1004,6 +1004,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideFromInterfaceThroughIntermediateClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideMultiFile.kt")
|
||||
public void testFakeOverrideMultiFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideMultiFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideOfTraitImpl.kt")
|
||||
public void testFakeOverrideOfTraitImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/fakeOverrideOfTraitImpl.kt");
|
||||
|
||||
Reference in New Issue
Block a user