Mangle bridges if its return type is not inline
#KT-51235 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user