[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
@@ -28133,6 +28133,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/syntheticAccessors/protectedFromLambda.kt");
}
@TestMetadata("superCallFromMultipleSubclasses.kt")
public void testSuperCallFromMultipleSubclasses() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/superCallFromMultipleSubclasses.kt");
}
@TestMetadata("syntheticAccessorNames.kt")
public void testSyntheticAccessorNames() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/syntheticAccessorNames.kt");