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

6 lines
88 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
val t = java.lang.Character.<caret>toString('3') + 6
}