summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/intentions/simplifyBooleanWithConstants/positiveZeroNegativeZero3.kt
blob: ef2ce83b5222937e92415c46c4265bcdc630cf73 (plain)
1
2
3
4
// AFTER-WARNING: The expression is unused
fun foo() {
    +0.0f <caret>== +0.0f
}