6 lines
79 B
Plaintext
Vendored
6 lines
79 B
Plaintext
Vendored
// RUNTIME_WITH_FULL_JDK
|
|
|
|
fun test() {
|
|
val a = 0.5f
|
|
val x = a.isNaN()
|
|
} |