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

6 lines
74 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val t = Integer.<caret>toString(5) + 7
}