[JS IR BE] Fix runtime compareTo(Number, Long)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
fun box(): String {
|
||||
if (0.toByte().compareTo(-0.0) != 1) return "fail 1.1"
|
||||
if (0.toByte().compareTo(-0.0F) != 1) return "fail 1.2"
|
||||
|
||||
Reference in New Issue
Block a user