Files
kotlin-fork/idea/testData/inspectionsLocal/replaceToStringWithStringTemplate/simple.kt
T

5 lines
83 B
Kotlin
Vendored

// WITH_RUNTIME
fun test(): String {
val x = 1
return x.<caret>toString()
}