FE 1.0: introduce PrivateInFile effective visibility #KT-20094 Fixed
This commit is contained in:
+6
@@ -9275,6 +9275,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/exposed/privateFromLocal.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateInFile.kt")
|
||||
public void testPrivateInFile() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/exposed/privateInFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privatePropertyInPrivateConstructor.kt")
|
||||
public void testPrivatePropertyInPrivateConstructor() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user