1aa9d5673b
Two tests with smart casts do not work yet Part of KT-25933
4 lines
140 B
Kotlin
Vendored
4 lines
140 B
Kotlin
Vendored
// FIX: Replace total order equality with IEEE 754 equality
|
|
|
|
fun test(a: Any, b: Any) =
|
|
a is Double && b is Double && a.<caret>equals(b) |