[FIR] Fix false positive errors for members with explicit API mode, ^KT-51758 Fixed

This commit is contained in:
Ivan Kochurkin
2022-03-30 18:50:05 +03:00
committed by teamcity
parent 1eefca4259
commit fc77d0d26b
6 changed files with 56 additions and 8 deletions
@@ -30994,6 +30994,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/testsWithExplicitApi/mustBeEffectivelyPublic.kt");
}
@Test
@TestMetadata("noErrorsForMemebersInsideInternalDeclaration.kt")
public void testNoErrorsForMemebersInsideInternalDeclaration() throws Exception {
runTest("compiler/testData/diagnostics/tests/testsWithExplicitApi/noErrorsForMemebersInsideInternalDeclaration.kt");
}
@Test
@TestMetadata("properties.kt")
public void testProperties() throws Exception {