Fix nullable number comparisons in JS
This commit is contained in:
+10
@@ -1116,6 +1116,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/divisionByZero.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eqNullableDoubles.kt")
|
||||
public void testEqNullableDoubles() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/eqNullableDoubles.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eqNullableDoublesWithTP.kt")
|
||||
public void testEqNullableDoublesWithTP() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/eqNullableDoublesWithTP.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intrinsic.kt")
|
||||
public void testIntrinsic() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/intrinsic.kt");
|
||||
|
||||
Reference in New Issue
Block a user