K2: add more tests about false overrides
Related to KT-53197
This commit is contained in:
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user