Effective visibility: fix for internal & protected vs protected comparison #KT-9582 Fixed

This commit is contained in:
Mikhail Glukhikh
2015-10-14 10:19:38 +03:00
parent d1c7749103
commit 3a902d6002
4 changed files with 58 additions and 4 deletions
@@ -5802,6 +5802,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("internalAndProtected.kt")
public void testInternalAndProtected() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/exposed/internalAndProtected.kt");
doTest(fileName);
}
@TestMetadata("local.kt")
public void testLocal() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/exposed/local.kt");