KT-53007 Fix accessibility checks when calling a protected member via super@Outer

This commit is contained in:
Pavel Mikhailovskii
2022-07-13 13:08:59 +02:00
parent 603d043abc
commit b26155dd9e
6 changed files with 42 additions and 1 deletions
@@ -4951,6 +4951,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/classes/kt508.kt");
}
@TestMetadata("kt53007.kt")
public void testKt53007() throws Exception {
runTest("compiler/testData/codegen/box/classes/kt53007.kt");
}
@TestMetadata("kt5347.kt")
public void testKt5347() throws Exception {
runTest("compiler/testData/codegen/box/classes/kt5347.kt");