Add PrivateInFileEffectiveVisibility language feature (1.6)
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user