Refined merging logic #KT-5844 Fixed
If merging primitives of different integral types (e.g. I and Z) return INT. Else return UNINITIALIZED_VALUE
This commit is contained in:
committed by
Michael Bogdanov
parent
96308aa14e
commit
35cda83c8f
+6
@@ -169,6 +169,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
|
||||
doTestWithStdlib(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("kt5844.kt")
|
||||
public void testKt5844() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/boxingOptimization/kt5844.kt");
|
||||
doTestWithStdlib(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("nullCheck.kt")
|
||||
public void testNullCheck() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/boxingOptimization/nullCheck.kt");
|
||||
|
||||
Reference in New Issue
Block a user