[FIR] Fix false positive errors for members with explicit API mode, ^KT-51758 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user