Files
kotlin-fork/idea/resources/intentionDescriptions/CopyConcatenatedStringToClipboardIntention/before.kt.template
T

4 lines
72 B
Plaintext

fun p(s: String, t: String) {
println(<spot>"s: $s t: $t"</spot>)
}