7 lines
91 B
Plaintext
Vendored
7 lines
91 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
import kotlin.Double.Companion.NaN
|
|
|
|
fun test() {
|
|
val t = 5.0.isNaN()
|
|
}
|