Files
kotlin-fork/idea/testData/inspectionsLocal/replaceJavaStaticMethodWithKotlinAnalog/toString/replaceIntToString.kt
T

6 lines
62 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
Integer.<caret>toString(5)
}