Support nullable floating point equality comparisons
This commit is contained in:
committed by
Pavel Punegov
parent
095cad4145
commit
0b84718fa2
+1
-1
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS, NATIVE
|
||||
fun box(): String {
|
||||
val zero: Any = 0.0
|
||||
val floatZero: Any = -0.0F
|
||||
|
||||
Reference in New Issue
Block a user