Fixed KT-4085 Usability problem: Can't import protected nested class

#KT-4085 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-01-20 17:45:50 +03:00
parent 974982463c
commit fa779bbdd2
4 changed files with 50 additions and 2 deletions
@@ -4811,6 +4811,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("ImportProtectedClass.kt")
public void testImportProtectedClass() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/imports/ImportProtectedClass.kt");
doTest(fileName);
}
@TestMetadata("ImportResolutionOrder.kt")
public void testImportResolutionOrder() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/imports/ImportResolutionOrder.kt");