[JVM IR] Make upper bounds check recursive for ieee Equals.
Fixes KT-44402
This commit is contained in:
committed by
Alexander Udalov
parent
566f97ae3e
commit
965c118521
+6
@@ -1442,6 +1442,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/binaryOp/kt23030_properIeee754comparisons.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44402.kt")
|
||||
public void testKt44402() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/kt44402.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6747_identityEquals.kt")
|
||||
public void testKt6747_identityEquals() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user