Test for KT-11514: Platform Double is converted to Int when comparing to Int literal
#KT-11514 Fixed
This commit is contained in:
@@ -730,6 +730,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("compareWithBoxedDouble.kt")
|
||||
public void testCompareWithBoxedDouble() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/binaryOp/compareWithBoxedDouble.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("compareWithBoxedLong.kt")
|
||||
public void testCompareWithBoxedLong() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/binaryOp/compareWithBoxedLong.kt");
|
||||
|
||||
Reference in New Issue
Block a user