2 lines
61 B
Kotlin
Vendored
2 lines
61 B
Kotlin
Vendored
fun test(x: Any) =
|
|
x == (if (x !is Double) null!! else x) |