7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import kotlin.Double.Companion.NaN
|
|
|
|
fun test() {
|
|
val t = NaN ==<caret> 5.0
|
|
}
|