FirOverrideChecker: don't report VIRTUAL_MEMBER_HIDDEN with invisible

#KT-53197 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-09-19 17:01:26 +02:00
committed by Space
parent 8281c166b1
commit 1ad2ec302b
6 changed files with 48 additions and 22 deletions
@@ -18073,6 +18073,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/fir/incorrectBytecodeWithEnhancedNullability.kt");
}
@Test
@TestMetadata("internalPotentialOverride.kt")
public void testInternalPotentialOverride() throws Exception {
runTest("compiler/testData/codegen/box/fir/internalPotentialOverride.kt");
}
@Test
@TestMetadata("IrBuiltIns.kt")
public void testIrBuiltIns() throws Exception {