JVM: Update tests for IEEE 754 comparisons
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
||||
// !API_VERSION: 1.0
|
||||
// !LANGUAGE: -ProperIeee754Comparisons
|
||||
|
||||
fun equals5(a: Any?, b: Any?) = if (a is Float && b is Float?) a == b else null!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user