K2: add more tests about false overrides

Related to KT-53197
This commit is contained in:
Mikhail Glukhikh
2022-09-20 11:23:21 +02:00
committed by Space
parent bcd7a531b9
commit de43877161
9 changed files with 157 additions and 0 deletions
@@ -2596,6 +2596,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/InnerClassInAnonymous.kt");
}
@Test
@TestMetadata("internalPotentialFakeOverride.kt")
public void testInternalPotentialFakeOverride() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/internalPotentialFakeOverride.kt");
}
@Test
@TestMetadata("internalPotentialOverride.kt")
public void testInternalPotentialOverride() throws Exception {