[FIR] Pass proper containing classes from context to type resolution for local classes
This commit is contained in:
committed by
teamcityserver
parent
98934e15c0
commit
2b84e8e68f
+6
@@ -32281,6 +32281,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/privateDeclarationInAnotherFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateFromInAnonymousObject.kt")
|
||||
public void testPrivateFromInAnonymousObject() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/privateFromInAnonymousObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("protectedInternal.kt")
|
||||
public void testProtectedInternal() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user