4 lines
67 B
Kotlin
Vendored
4 lines
67 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val x = 0.5f <caret>!= Float.NaN
|
|
} |