FIR: Support inferring PRIVATE_TO_THIS visibility see KT-49875
This commit is contained in:
+6
@@ -33728,6 +33728,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/privateFromInAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateToThis.kt")
|
||||
public void testPrivateToThis() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/privateToThis.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("protectedInternal.kt")
|
||||
public void testProtectedInternal() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user