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

6 lines
62 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
val t = '3'.toString() + 6
}