Suppress code warnings in kotlin-stdlib
This commit is contained in:
@@ -53,6 +53,7 @@ internal fun doubleSignBit(value: Double): Int {
|
||||
}
|
||||
|
||||
internal fun getNumberHashCode(obj: Double): Int {
|
||||
@Suppress("DEPRECATED_IDENTITY_EQUALS")
|
||||
if (jsBitwiseOr(obj, 0).unsafeCast<Double>() === obj) {
|
||||
return obj.toInt()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user