KT-53007 Fix accessibility checks when calling a protected member via super@Outer
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user