Generate intrinsic-based numeric comparison only for FP types
This commit is contained in:
+15
@@ -15014,11 +15014,26 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/boxedLongEqualsLong.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intEqualsNullableInt.kt")
|
||||
public void testIntEqualsNullableInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/intEqualsNullableInt.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intEqualsNullableIntWithSmartCasts.kt")
|
||||
public void testIntEqualsNullableIntWithSmartCasts() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/intEqualsNullableIntWithSmartCasts.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("objectWithAsymmetricEqualsEqPrimitive.kt")
|
||||
public void testObjectWithAsymmetricEqualsEqPrimitive() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/objectWithAsymmetricEqualsEqPrimitive.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenIntAsNullableAny.kt")
|
||||
public void testWhenIntAsNullableAny() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/whenIntAsNullableAny.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("whenNullableBoxed.kt")
|
||||
public void testWhenNullableBoxed() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/whenNullableBoxed.kt");
|
||||
|
||||
Reference in New Issue
Block a user