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

3 lines
52 B
Plaintext

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