Files
kotlin-fork/idea/testData/inspectionsLocal/conventionNameCalls/replaceCallWithBinaryOperator/compareToFromJava.kt
T
2018-12-18 09:30:38 +03:00

5 lines
100 B
Kotlin
Vendored

// FIX: Replace with '<'
fun test(p1: Operation, p2: Operation) {
p1.<caret>compareTo(p2) < 0
}