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

6 lines
61 B
Plaintext
Vendored

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