Files
kotlin-fork/idea/testData/intentions/simplifyBooleanWithConstants/positiveZeroNegativeZero4.kt
T

5 lines
74 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun foo(y: Boolean) {
0.0f <caret>=== -0.0f
}