[JVM IR] Ensure there is one accessor for each super access from a

subclass when there are multiple subclasses in a file.
This commit is contained in:
Mark Punzalan
2020-03-04 23:00:07 -08:00
committed by Alexander Udalov
parent 34fb636904
commit a732e8f5fe
13 changed files with 154 additions and 45 deletions
@@ -4333,6 +4333,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/superCall.kt");
}
@TestMetadata("superCallFromMultipleSubclasses.kt")
public void testSuperCallFromMultipleSubclasses() throws Exception {
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/superCallFromMultipleSubclasses.kt");
}
@TestMetadata("superProperty.kt")
public void testSuperProperty() throws Exception {
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/superProperty.kt");