Add PrivateInFileEffectiveVisibility language feature (1.6)

This commit is contained in:
Mikhail Glukhikh
2021-04-07 14:04:33 +03:00
parent 7f092264f7
commit 3c9f0e4775
11 changed files with 172 additions and 11 deletions
@@ -9281,6 +9281,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/exposed/privateInFile.kt");
}
@Test
@TestMetadata("privateInFileDisabled.kt")
public void testPrivateInFileDisabled() throws Exception {
runTest("compiler/testData/diagnostics/tests/exposed/privateInFileDisabled.kt");
}
@Test
@TestMetadata("privatePropertyInPrivateConstructor.kt")
public void testPrivatePropertyInPrivateConstructor() throws Exception {