5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val t = <caret>5.0 == Double.NaN
|
|
}
|