Files
kotlin-fork/idea/testData/inspectionsLocal/convertNaNEquality/javaFloatNaN.kt
T

6 lines
101 B
Kotlin
Vendored

// RUNTIME_WITH_FULL_JDK
fun test() {
val a = 0.5f
val x = a ==<caret> java.lang.Float.NaN
}