JVM_IR: generate accessors for inherited abstract members too

#KT-41468 Fixed
This commit is contained in:
pyos
2020-10-07 10:45:12 +02:00
committed by Alexander Udalov
parent 68157f09fa
commit dd1682510f
9 changed files with 53 additions and 1 deletions
@@ -32357,6 +32357,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}
@TestMetadata("accessorForAbstractProtected.kt")
public void testAccessorForAbstractProtected() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/accessorForAbstractProtected.kt");
}
@TestMetadata("accessorForGenericConstructor.kt")
public void testAccessorForGenericConstructor() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/accessorForGenericConstructor.kt");