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

3 lines
39 B
Kotlin
Vendored

fun foo() {
+0.0f <caret>== +0.0f
}