5 lines
70 B
Plaintext
Vendored
5 lines
70 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun main() {
|
|
val result = !(5.0 + 3.0).isNaN();
|
|
}
|