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

6 lines
80 B
Kotlin
Vendored

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