Effective visibility: lower bounds introduced for all protected and for protected and internal #KT-9540 Fixed

This commit is contained in:
Mikhail Glukhikh
2015-10-13 11:02:22 +03:00
parent bee0fb6283
commit 4dbd7e7f69
4 changed files with 135 additions and 6 deletions
@@ -5826,6 +5826,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("protectedInProtected.kt")
public void testProtectedInProtected() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/exposed/protectedInProtected.kt");
doTest(fileName);
}
@TestMetadata("protectedJava.kt")
public void testProtectedJava() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/exposed/protectedJava.kt");