[IR][tests] Add test to check absence of false positively-detected unimplemented callables

^KT-53663
This commit is contained in:
Dmitriy Dolovov
2022-09-16 13:23:22 +02:00
parent cd007c02df
commit 500e4f5e24
8 changed files with 55 additions and 0 deletions
@@ -36,6 +36,12 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
runTest("compiler/testData/klibABI/changePropertyVisibility/");
}
@Test
@TestMetadata("noNonImplementedCallableFalsePositives")
public void testNoNonImplementedCallableFalsePositives() throws Exception {
runTest("compiler/testData/klibABI/noNonImplementedCallableFalsePositives/");
}
@Test
@TestMetadata("nonAbstractFunctionInAbstractClassBecomesAbstract")
public void testNonAbstractFunctionInAbstractClassBecomesAbstract() throws Exception {