JVM_IR: generate accessors for inherited abstract members too
#KT-41468 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user