[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:
committed by
Alexander Udalov
parent
34fb636904
commit
a732e8f5fe
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user