Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertToStringTemplateIntention/after.kt.template
T

3 lines
48 B
Plaintext

val x = "World"
val y = <spot>"Hello $x"</spot>