b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
7 lines
159 B
Kotlin
Vendored
7 lines
159 B
Kotlin
Vendored
fun test(x: Any): Boolean {
|
|
return EQEQ(arg0 = x, arg1 = when {
|
|
x !is Double -> CHECK_NOT_NULL<Nothing>(arg0 = null)
|
|
else -> x /*as Double */
|
|
})
|
|
}
|