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

6 lines
60 B
Plaintext
Vendored

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