[Native][tests] Add partial linkage tests (muted) for replacement-of-return-type case

^KT-51707
This commit is contained in:
Dmitriy Dolovov
2022-08-29 16:34:55 +02:00
parent 24d8ac97cd
commit 296c1cbd0f
11 changed files with 79 additions and 0 deletions
@@ -162,6 +162,12 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
runTest("compiler/testData/klibABI/removeProperty/");
}
@Test
@TestMetadata("replaceCallableReturnType")
public void testReplaceCallableReturnType() throws Exception {
runTest("compiler/testData/klibABI/replaceCallableReturnType/");
}
@Test
@TestMetadata("typeAliasRHSTypeChange")
public void testTypeAliasRHSTypeChange() throws Exception {