Files
kotlin-fork/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/greater.kt
T

3 lines
68 B
Kotlin
Vendored

// FIX: Replace with '>' operator
val x = 3.compare<caret>To(2) > 0