[IR][tests] Add test to check absence of false positively-detected unimplemented callables
^KT-53663
This commit is contained in:
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user