Files
kotlin-fork/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/lessEquals.kt
T
2017-12-26 18:39:51 +03:00

3 lines
61 B
Kotlin
Vendored

// FIX: Replace with '<='
val x = 0 >= 4.compare<caret>To(5)