Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/compare/integer.kt
T

6 lines
72 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val t = Integer.<caret>compare(5, 6)
}