5 lines
55 B
Plaintext
Vendored
5 lines
55 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val t = 5.0.isNaN()
|
|
}
|