Mangle bridges if its return type is not inline

#KT-51235 Fixed
This commit is contained in:
Ilmir Usmanov
2022-02-11 05:34:50 +01:00
parent 7ad69ea8eb
commit 8f23fc54a4
11 changed files with 161 additions and 6 deletions
@@ -17089,6 +17089,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/inlineClasses/nullableWrapperEquality.kt");
}
@Test
@TestMetadata("overrideReturnNothing.kt")
public void testOverrideReturnNothing() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt");
}
@Test
@TestMetadata("overridingFunCallingPrivateFun.kt")
public void testOverridingFunCallingPrivateFun() throws Exception {