Merge pull request #2727 from pyos/fix-synthetic-accessors-v101
JVM_IR: add accessors for protected members in divergent hierarchies
This commit is contained in:
+5
@@ -1086,6 +1086,11 @@ public class BlackBoxAgainstJavaCodegenTestGenerated extends AbstractBlackBoxAga
|
||||
runTest("compiler/testData/codegen/boxAgainstJava/visibility/protectedAndPackage/overrideProtectedFunInPackage.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("protectedAccessor.kt")
|
||||
public void testProtectedAccessor() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxAgainstJava/visibility/protectedAndPackage/protectedAccessor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("protectedFunInPackage.kt")
|
||||
public void testProtectedFunInPackage() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxAgainstJava/visibility/protectedAndPackage/protectedFunInPackage.kt");
|
||||
|
||||
Reference in New Issue
Block a user