KT-53007 Fix accessibility checks when calling a protected member via super@Outer
This commit is contained in:
+6
@@ -5781,6 +5781,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/classes/kt508.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53007.kt")
|
||||
public void testKt53007() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classes/kt53007.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5347.kt")
|
||||
public void testKt5347() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user