[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
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user